Html Css Color HEX #A86757 Au Chico

📋 copy color: '#A86757'

red 168 ◦ green 103 ◦ blue 87

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

Shades of Au Chico #A86757

Tints of Au Chico #A86757

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

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

R = 46.93%
G = 28.77%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A86757 (or 0xA86757) is known color: Au Chico. HEX triplet: A8, 67 and 57. RGB value is (168,103,87). Sum of RGB (Red+Green+Blue) = 168+103+87=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A86757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86757 is #5798A8. Grayscale: #787878. Windows color (decimal): -5740713 or 5728168. OLE color: 5728168.

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

Color convert

RGB 168 103 87 -
CMYK 0 0.39 0.48 0.34
HSL 11.85º 0.32% 0.5% -
HSV(B) 11.85º 0.48% 0.66% -
XYZ 22.72 18.71 11.43 -
YUV 120.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 168 103 87 0 0.39 0.48 0.34 11.85 0.32 0.5
Hex A8 67 57 0 27 30 22 C 20 32
Octal 250 147 127 0 47 60 42 14 40 62
Binary 10101000 1100111 1010111 0 100111 110000 100010 1100 100000 110010

Color Harmonies of #A86757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86757

Black with #A86757

Text Example


Text Example

White with #A86757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86757; }

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

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

background-color css

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

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

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

border-color css

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

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

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