Html Css Color HEX #A96455 Au Chico

📋 copy color: '#A96455'

red 169 ◦ green 100 ◦ blue 85

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

Shades of Au Chico #A96455

Tints of Au Chico #A96455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 47.74%
G = 28.25%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A96455 (or 0xA96455) is known color: Au Chico. HEX triplet: A9, 64 and 55. RGB value is (169,100,85). Sum of RGB (Red+Green+Blue) = 169+100+85=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A96455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96455 is #569BAA. Grayscale: #777777. Windows color (decimal): -5675947 or 5596329. OLE color: 5596329.

HSL color Cylindrical-coordinate representation of color #A96455: hue angle of 10.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96455 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 100 85 -
CMYK 0 0.41 0.50 0.34
HSL 10.71º 0.33% 0.5% -
HSV(B) 10.71º 0.5% 0.66% -
XYZ 22.56 18.21 10.92 -
YUV 118.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 169 100 85 0 0.41 0.50 0.34 10.71 0.33 0.5
Hex A9 64 55 0 29 32 22 B 21 32
Octal 251 144 125 0 51 62 42 13 41 62
Binary 10101001 1100100 1010101 0 101001 110010 100010 1011 100001 110010

Color Harmonies of #A96455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96455

Black with #A96455

Text Example


Text Example

White with #A96455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96455; }

 p { color: rgb(169,100,85); }

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

background-color css

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

 a { background-color: rgb(169,100,85); }

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

border-color css

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

 span { border-color: rgb(169,100,85); }

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