Html Css Color HEX #A96B5C Au Chico

📋 copy color: '#A96B5C'

red 169 ◦ green 107 ◦ blue 92

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

Shades of Au Chico #A96B5C

Tints of Au Chico #A96B5C

RGB

 RED value IS 169 (66.41% from 255) = 45.92%

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

 BLUE value IS 92 (36.33% from 255) = 25%

R = 45.92%
G = 29.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A96B5C (or 0xA96B5C) is known color: Au Chico. HEX triplet: A9, 6B and 5C. RGB value is (169,107,92). Sum of RGB (Red+Green+Blue) = 169+107+92=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B5C is #5694A3. Grayscale: #7B7B7B. Windows color (decimal): -5674148 or 6056873. OLE color: 6056873.

HSL color Cylindrical-coordinate representation of color #A96B5C: hue angle of 11.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96B5C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 107 92 -
CMYK 0 0.37 0.46 0.34
HSL 11.69º 0.31% 0.51% -
HSV(B) 11.69º 0.46% 0.66% -
XYZ 23.55 19.72 12.69 -
YUV 123.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 169 107 92 0 0.37 0.46 0.34 11.69 0.31 0.51
Hex A9 6B 5C 0 25 2E 22 C 1F 33
Octal 251 153 134 0 45 56 42 14 37 63
Binary 10101001 1101011 1011100 0 100101 101110 100010 1100 11111 110011

Color Harmonies of #A96B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B5C

Black with #A96B5C

Text Example


Text Example

White with #A96B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B5C; }

 p { color: rgb(169,107,92); }

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

background-color css

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

 a { background-color: rgb(169,107,92); }

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

border-color css

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

 span { border-color: rgb(169,107,92); }

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