Html Css Color HEX #A96C5C Au Chico

📋 copy color: '#A96C5C'

red 169 ◦ green 108 ◦ blue 92

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

Shades of Au Chico #A96C5C

Tints of Au Chico #A96C5C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 45.8%
G = 29.27%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A96C5C (or 0xA96C5C) is known color: Au Chico. HEX triplet: A9, 6C and 5C. RGB value is (169,108,92). Sum of RGB (Red+Green+Blue) = 169+108+92=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C5C is #5693A3. Grayscale: #7C7C7C. Windows color (decimal): -5673892 or 6057129. OLE color: 6057129.

HSL color Cylindrical-coordinate representation of color #A96C5C: hue angle of 12.47º 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 #A96C5C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 108 92 -
CMYK 0 0.36 0.46 0.34
HSL 12.47º 0.31% 0.51% -
HSV(B) 12.47º 0.46% 0.66% -
XYZ 23.66 19.93 12.73 -
YUV 124.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 169 108 92 0 0.36 0.46 0.34 12.47 0.31 0.51
Hex A9 6C 5C 0 24 2E 22 C 1F 33
Octal 251 154 134 0 44 56 42 14 37 63
Binary 10101001 1101100 1011100 0 100100 101110 100010 1100 11111 110011

Color Harmonies of #A96C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C5C

Black with #A96C5C

Text Example


Text Example

White with #A96C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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