#A86357

Color #A86357 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A86357

Tints of Au Chico #A86357

Color information

#A86357 (or 0xA86357) is unknown color: approx Au Chico. HEX triplet: A8, 63 and 57. RGB value is (168,99,87). Sum of RGB (Red+Green+Blue) = 168+99+87=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A86357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86357 is #579CA8. Grayscale: #767676. Windows color (decimal): -5741737 or 5727144. OLE color: 5727144.

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

Color convert

RGB1689987-
CMYK00.410.480.34
HSL8.89º31.76%50%-
HSV(B)8.89º48.21%65.88%-
XYZ22.3317.9411.3-
YUV118.26110.36163.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=47.46%
G=27.97%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168998700.410.480.348.8931.7650
HexA86357029302292032
Octal2501431270516042114062
Binary101010001100011101011101010011100001000101001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86357; }

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

 H1.HeaderClassName
 {
   color: #A86357;
 }
 .AnyTagClassName
 {
   color: #A86357;
 }
</style>
background-color css

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

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

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

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

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

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