#A45E5A

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

Shades of Au Chico #A45E5A

Tints of Au Chico #A45E5A

Color information

#A45E5A (or 0xA45E5A) is unknown color: approx Au Chico. HEX triplet: A4, 5E and 5A. RGB value is (164,94,90). Sum of RGB (Red+Green+Blue) = 164+94+90=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E5A is #5BA1A5. Grayscale: #727272. Windows color (decimal): -6005158 or 5922468. OLE color: 5922468.

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

Color convert

RGB1649490-
CMYK00.430.450.36
HSL3.24º29.13%49.8%-
HSV(B)3.24º45.12%64.31%-
XYZ21.1616.6411.77-
YUV114.47114.19163.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=47.13%
G=27.01%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164949000.430.450.363.2429.1349.8
HexA45E5A02B2D2431d32
Octal244136132053554433562
Binary101001001011110101101001010111011011001001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E5A; }

 p { color: rgb(164,94,90); }

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

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

 a { background-color: rgb(164,94,90); }

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

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

 span { border-color: rgb(164,94,90); }

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