#A85D58

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

Shades of Au Chico #A85D58

Tints of Au Chico #A85D58

Color information

#A85D58 (or 0xA85D58) is unknown color: approx Au Chico. HEX triplet: A8, 5D and 58. RGB value is (168,93,88). Sum of RGB (Red+Green+Blue) = 168+93+88=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D58 is #57A2A7. Grayscale: #727272. Windows color (decimal): -5743272 or 5791144. OLE color: 5791144.

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

Color convert

RGB1689388-
CMYK00.450.480.34
HSL3.75º31.5%50.2%-
HSV(B)3.75º47.62%65.88%-
XYZ21.8216.8611.34-
YUV114.85112.85165.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.14%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=48.14%
G=26.65%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168938800.450.480.343.7531.550.2
HexA85D5802D302241f32
Octal250135130055604243762
Binary1010100010111011011000010110111000010001010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85D58; }

 p { color: rgb(168,93,88); }

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

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

 a { background-color: rgb(168,93,88); }

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

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

 span { border-color: rgb(168,93,88); }

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