Html Css Color HEX #A86659 Au Chico

📋 copy color: '#A86659'

red 168 ◦ green 102 ◦ blue 89

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

Shades of Au Chico #A86659

Tints of Au Chico #A86659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

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

R = 46.8%
G = 28.41%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A86659 (or 0xA86659) is known color: Au Chico. HEX triplet: A8, 66 and 59. RGB value is (168,102,89). Sum of RGB (Red+Green+Blue) = 168+102+89=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A86659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86659 is #5799A6. Grayscale: #787878. Windows color (decimal): -5740967 or 5858984. OLE color: 5858984.

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

Color convert

RGB 168 102 89 -
CMYK 0 0.39 0.47 0.34
HSL 9.87º 0.31% 0.5% -
HSV(B) 9.87º 0.47% 0.66% -
XYZ 22.7 18.55 11.83 -
YUV 120.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 168 102 89 0 0.39 0.47 0.34 9.87 0.31 0.5
Hex A8 66 59 0 27 2F 22 A 1F 32
Octal 250 146 131 0 47 57 42 12 37 62
Binary 10101000 1100110 1011001 0 100111 101111 100010 1010 11111 110010

Color Harmonies of #A86659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86659

Black with #A86659

Text Example


Text Example

White with #A86659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86659; }

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

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

background-color css

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

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

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

border-color css

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

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

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