#A45F54

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

Shades of Au Chico #A45F54

Tints of Au Chico #A45F54

Color information

#A45F54 (or 0xA45F54) is unknown color: approx Au Chico. HEX triplet: A4, 5F and 54. RGB value is (164,95,84). Sum of RGB (Red+Green+Blue) = 164+95+84=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F54 is #5BA0AB. Grayscale: #727272. Windows color (decimal): -6004908 or 5529508. OLE color: 5529508.

HSL color Cylindrical-coordinate representation of color #A45F54: hue angle of 8.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45F54 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1649584-
CMYK00.420.490.36
HSL8.25º32.26%48.63%-
HSV(B)8.25º48.78%64.31%-
XYZ2116.7210.51-
YUV114.38110.86163.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=47.81%
G=27.70%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164958400.420.490.368.2532.2648.63
HexA45F5402A312482031
Octal2441371240526144104061
Binary101001001011111101010001010101100011001001000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F54; }

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

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

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

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

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

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

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

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