Html Css Color HEX #A86457 Au Chico

📋 copy color: '#A86457'

red 168 ◦ green 100 ◦ blue 87

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

Shades of Au Chico #A86457

Tints of Au Chico #A86457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 47.32%
G = 28.17%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A86457 (or 0xA86457) is known color: Au Chico. HEX triplet: A8, 64 and 57. RGB value is (168,100,87). Sum of RGB (Red+Green+Blue) = 168+100+87=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A86457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86457 is #579BA8. Grayscale: #767676. Windows color (decimal): -5741481 or 5727400. OLE color: 5727400.

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

Color convert

RGB 168 100 87 -
CMYK 0 0.40 0.48 0.34
HSL 9.63º 0.32% 0.5% -
HSV(B) 9.63º 0.48% 0.66% -
XYZ 22.43 18.13 11.33 -
YUV 118.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 168 100 87 0 0.40 0.48 0.34 9.63 0.32 0.5
Hex A8 64 57 0 28 30 22 A 20 32
Octal 250 144 127 0 50 60 42 12 40 62
Binary 10101000 1100100 1010111 0 101000 110000 100010 1010 100000 110010

Color Harmonies of #A86457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86457

Black with #A86457

Text Example


Text Example

White with #A86457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86457; }

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

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

background-color css

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

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

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

border-color css

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

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

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