Html Css Color HEX #A76756 Au Chico

📋 copy color: '#A76756'

red 167 ◦ green 103 ◦ blue 86

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

Shades of Au Chico #A76756

Tints of Au Chico #A76756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 46.91%
G = 28.93%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A76756 (or 0xA76756) is known color: Au Chico. HEX triplet: A7, 67 and 56. RGB value is (167,103,86). Sum of RGB (Red+Green+Blue) = 167+103+86=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A76756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76756 is #5898A9. Grayscale: #787878. Windows color (decimal): -5806250 or 5662631. OLE color: 5662631.

HSL color Cylindrical-coordinate representation of color #A76756: hue angle of 12.59º 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 #A76756 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 103 86 -
CMYK 0 0.38 0.49 0.35
HSL 12.59º 0.32% 0.5% -
HSV(B) 12.59º 0.49% 0.65% -
XYZ 22.47 18.59 11.21 -
YUV 120.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 167 103 86 0 0.38 0.49 0.35 12.59 0.32 0.5
Hex A7 67 56 0 26 31 23 D 20 32
Octal 247 147 126 0 46 61 43 15 40 62
Binary 10100111 1100111 1010110 0 100110 110001 100011 1101 100000 110010

Color Harmonies of #A76756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76756

Black with #A76756

Text Example


Text Example

White with #A76756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76756; }

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

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

background-color css

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

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

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

border-color css

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

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

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