#A45F5A

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

Shades of Au Chico #A45F5A

Tints of Au Chico #A45F5A

Color information

#A45F5A (or 0xA45F5A) is unknown color: approx Au Chico. HEX triplet: A4, 5F and 5A. RGB value is (164,95,90). Sum of RGB (Red+Green+Blue) = 164+95+90=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F5A is #5BA0A5. Grayscale: #737373. Windows color (decimal): -6004902 or 5922724. OLE color: 5922724.

HSL color Cylindrical-coordinate representation of color #A45F5A: hue angle of 4.05º 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 #A45F5A is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1649590-
CMYK00.420.450.36
HSL4.05º29.13%49.8%-
HSV(B)4.05º45.12%64.31%-
XYZ21.2516.8211.8-
YUV115.06113.86162.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=46.99%
G=27.22%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164959000.420.450.364.0529.1349.8
HexA45F5A02A2D2441d32
Octal244137132052554443562
Binary1010010010111111011010010101010110110010010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F5A; }

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

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

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

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

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

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

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

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