#A45F52

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

Shades of Au Chico #A45F52

Tints of Au Chico #A45F52

Color information

#A45F52 (or 0xA45F52) is unknown color: approx Au Chico. HEX triplet: A4, 5F and 52. RGB value is (164,95,82). Sum of RGB (Red+Green+Blue) = 164+95+82=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F52 is #5BA0AD. Grayscale: #727272. Windows color (decimal): -6004910 or 5398436. OLE color: 5398436.

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

Color convert

RGB1649582-
CMYK00.420.50.36
HSL9.51º33.33%48.24%-
HSV(B)9.51º50%64.31%-
XYZ20.9316.6910.1-
YUV114.15109.86163.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=48.09%
G=27.86%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164958200.420.50.369.5133.3348.24
HexA45F5202A3224a2130
Octal2441371220526244124160
Binary101001001011111101001001010101100101001001010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F52; }

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

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

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

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

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

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

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

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