Color Hex Logo

#a76035 Color Hex

#A76035
(167,96,53)
0 Favorites   0 Comments

Color spaces of #a76035

RGB 1679653
HSL0.060.520.43
HSV23°68°65°
CMYK 0.000.430.68   0.35
XYZ20.761816.83835.5240
Yxy16.83830.48140.3905
Hunter Lab41.034518.503420.7426
CIE-Lab48.055625.022236.4017

#a76035 color RGB value is (167,96,53).

#a76035 hex color red value is 167, green value is 96 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a76035 hue: 0.06 , saturation: 0.52 and the lightness value of a76035 is 0.43.

The process color (four color CMYK) of #a76035 color hex is 0.00, 0.43, 0.68, 0.35. Web safe color of #a76035 is #996633. Color #a76035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 00110101
Octal 247 140 65
Decimal 167 96 53
Hex A7 60 35

RGB Percentages of Color #a76035

%52.85
%30.38
%16.77

CMYK Percentages of Color #a76035

%0
%43
%68
%35

Triadic Colors of #a76035

#a76035 #35a760 #6035a7

Analogous Colors of #a76035

#a76035 #a79935 #a73543

Monochromatic Colors of #a76035

#a76035

Complementary Color

#a76035 #357ca7

#a76035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76035 Color CSS Codes

.mybgcolor {background-color:#a76035; } 
.myforecolor {color:#a76035; }
.mybordercolor {border:3px solid #a76035; }

#a76035 Text Font Color

<p style="color:#a76035">Text here</p>

This sample text font color is #a76035
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a76035 Background Color

<div style="background-color:#a76035">
Div content here</div>

This div background color is #a76035


#a76035 Border Color

<div style="border:3px solid #a76035">
Div here</div>

This div border color is #a76035


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,96,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a76035; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a76035;
  -webkit-box-shadow: 1px 1px 3px 2px #a76035;
  box-shadow:         1px 1px 3px 2px #a76035; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,96,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a76035">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a76035;
  -webkit-box-shadow: 1px 1px 3px 2px #a76035;
  box-shadow:         1px 1px 3px 2px #a76035;">
Div content here</div>

This div box has shadow with color #a76035


Comments

No comments written yet.

Please login to write comment.