Html Css Color HEX #A86459 Au Chico

📋 copy color: '#A86459'

red 168 ◦ green 100 ◦ blue 89

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

Shades of Au Chico #A86459

Tints of Au Chico #A86459

RGB

 RED value IS 168 (66.02% from 255) = 47.06%

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

 BLUE value IS 89 (35.16% from 255) = 24.93%

R = 47.06%
G = 28.01%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A86459 (or 0xA86459) is known color: Au Chico. HEX triplet: A8, 64 and 59. RGB value is (168,100,89). Sum of RGB (Red+Green+Blue) = 168+100+89=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A86459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86459 is #579BA6. Grayscale: #777777. Windows color (decimal): -5741479 or 5858472. OLE color: 5858472.

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

Color convert

RGB 168 100 89 -
CMYK 0 0.40 0.47 0.34
HSL 8.35º 0.31% 0.5% -
HSV(B) 8.35º 0.47% 0.66% -
XYZ 22.51 18.16 11.77 -
YUV 119.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 168 100 89 0 0.40 0.47 0.34 8.35 0.31 0.5
Hex A8 64 59 0 28 2F 22 8 1F 32
Octal 250 144 131 0 50 57 42 10 37 62
Binary 10101000 1100100 1011001 0 101000 101111 100010 1000 11111 110010

Color Harmonies of #A86459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86459

Black with #A86459

Text Example


Text Example

White with #A86459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86459; }

 p { color: rgb(168,100,89); }

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

background-color css

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

 a { background-color: rgb(168,100,89); }

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

border-color css

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

 span { border-color: rgb(168,100,89); }

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