Html Css Color HEX #A86259 Au Chico

📋 copy color: '#A86259'

red 168 ◦ green 98 ◦ blue 89

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

Shades of Au Chico #A86259

Tints of Au Chico #A86259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 47.32%
G = 27.61%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A86259 (or 0xA86259) is known color: Au Chico. HEX triplet: A8, 62 and 59. RGB value is (168,98,89). Sum of RGB (Red+Green+Blue) = 168+98+89=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A86259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86259 is #579DA6. Grayscale: #767676. Windows color (decimal): -5741991 or 5857960. OLE color: 5857960.

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

Color convert

RGB 168 98 89 -
CMYK 0 0.42 0.47 0.34
HSL 6.84º 0.31% 0.5% -
HSV(B) 6.84º 0.47% 0.66% -
XYZ 22.32 17.78 11.71 -
YUV 117.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 168 98 89 0 0.42 0.47 0.34 6.84 0.31 0.5
Hex A8 62 59 0 2A 2F 22 7 1F 32
Octal 250 142 131 0 52 57 42 7 37 62
Binary 10101000 1100010 1011001 0 101010 101111 100010 111 11111 110010

Color Harmonies of #A86259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86259

Black with #A86259

Text Example


Text Example

White with #A86259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86259; }

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

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

background-color css

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

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

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

border-color css

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

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

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