Html Css Color HEX #A76B5E Au Chico

📋 copy color: '#A76B5E'

red 167 ◦ green 107 ◦ blue 94

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

Shades of Au Chico #A76B5E

Tints of Au Chico #A76B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 45.38%
G = 29.08%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A76B5E (or 0xA76B5E) is known color: Au Chico. HEX triplet: A7, 6B and 5E. RGB value is (167,107,94). Sum of RGB (Red+Green+Blue) = 167+107+94=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B5E is #5894A1. Grayscale: #7B7B7B. Windows color (decimal): -5805218 or 6187943. OLE color: 6187943.

HSL color Cylindrical-coordinate representation of color #A76B5E: hue angle of 10.68º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A76B5E is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 107 94 -
CMYK 0 0.36 0.44 0.35
HSL 10.68º 0.29% 0.51% -
HSV(B) 10.68º 0.44% 0.65% -
XYZ 23.21 19.54 13.14 -
YUV 123.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 167 107 94 0 0.36 0.44 0.35 10.68 0.29 0.51
Hex A7 6B 5E 0 24 2C 23 B 1D 33
Octal 247 153 136 0 44 54 43 13 35 63
Binary 10100111 1101011 1011110 0 100100 101100 100011 1011 11101 110011

Color Harmonies of #A76B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B5E

Black with #A76B5E

Text Example


Text Example

White with #A76B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B5E; }

 p { color: rgb(167,107,94); }

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

background-color css

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

 a { background-color: rgb(167,107,94); }

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

border-color css

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

 span { border-color: rgb(167,107,94); }

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