Html Css Color HEX #A76456 Au Chico

📋 copy color: '#A76456'

red 167 ◦ green 100 ◦ blue 86

#A76456
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #A76456

Tints of Au Chico #A76456

RGB

 RED value IS 167 (65.63% from 255) = 47.31%

 GREEN value IS 100 (39.45% from 255) = 28.33%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 47.31%
G = 28.33%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A76456 (or 0xA76456) is known color: Au Chico. HEX triplet: A7, 64 and 56. RGB value is (167,100,86). Sum of RGB (Red+Green+Blue) = 167+100+86=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A76456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76456 is #589BA9. Grayscale: #767676. Windows color (decimal): -5807018 or 5661863. OLE color: 5661863.

HSL color Cylindrical-coordinate representation of color #A76456: hue angle of 10.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76456 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 100 86 -
CMYK 0 0.40 0.49 0.35
HSL 10.37º 0.32% 0.5% -
HSV(B) 10.37º 0.49% 0.65% -
XYZ 22.17 18 11.11 -
YUV 118.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 167 100 86 0 0.40 0.49 0.35 10.37 0.32 0.5
Hex A7 64 56 0 28 31 23 A 20 32
Octal 247 144 126 0 50 61 43 12 40 62
Binary 10100111 1100100 1010110 0 101000 110001 100011 1010 100000 110010

Color Harmonies of #A76456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76456

Black with #A76456

Text Example


Text Example

White with #A76456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76456; }

 p { color: rgb(167,100,86); }

 H1.HeaderClassName
 {
   color: #A76456;
 }
 .AnyTagClassName
 {
   color: #A76456;
 }
</style>

background-color css

<style>
 a { background-color: #A76456; }

 a { background-color: rgb(167,100,86); }

 div.DivClassName
 {
   background-color: #A76456;
 }
 .BgClassName
 {
   background-color: #A76456;
 }
</style>

border-color css

<style>
 span { border-color: #A76456; }

 span { border-color: rgb(167,100,86); }

 td.TdClassName
 {
   border-color: #A76456;
 }
 .TagClassName
 {
   border-color: #A76456;
 }
</style>