#A85F54

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

Shades of Au Chico #A85F54

Tints of Au Chico #A85F54

Color information

#A85F54 (or 0xA85F54) is unknown color: approx Au Chico. HEX triplet: A8, 5F and 54. RGB value is (168,95,84). Sum of RGB (Red+Green+Blue) = 168+95+84=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F54 is #57A0AB. Grayscale: #737373. Windows color (decimal): -5742764 or 5529512. OLE color: 5529512.

HSL color Cylindrical-coordinate representation of color #A85F54: hue angle of 7.86º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85F54 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.34.

Color convert

RGB1689584-
CMYK00.430.50.34
HSL7.86º33.33%49.41%-
HSV(B)7.86º50%65.88%-
XYZ21.8417.1510.55-
YUV115.57110.18165.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=48.41%
G=27.38%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168958400.430.50.347.8633.3349.41
HexA85F5402B322282131
Octal2501371240536242104161
Binary101010001011111101010001010111100101000101000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F54; }

 p { color: rgb(168,95,84); }

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

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

 a { background-color: rgb(168,95,84); }

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

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

 span { border-color: rgb(168,95,84); }

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