#A5605C

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

Shades of Au Chico #A5605C

Tints of Au Chico #A5605C

Color information

#A5605C (or 0xA5605C) is unknown color: approx Au Chico. HEX triplet: A5, 60 and 5C. RGB value is (165,96,92). Sum of RGB (Red+Green+Blue) = 165+96+92=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5605C is #5A9FA3. Grayscale: #747474. Windows color (decimal): -5939108 or 6054053. OLE color: 6054053.

HSL color Cylindrical-coordinate representation of color #A5605C: hue angle of 3.29º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5605C is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1659692-
CMYK00.420.440.35
HSL3.29º28.85%50.39%-
HSV(B)3.29º44.24%64.71%-
XYZ21.6317.1412.29-
YUV116.18114.36162.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=46.74%
G=27.20%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165969200.420.440.353.2928.8550.39
HexA5605C02A2C2331d32
Octal245140134052544333562
Binary101001011100000101110001010101011001000111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5605C; }

 p { color: rgb(165,96,92); }

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

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

 a { background-color: rgb(165,96,92); }

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

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

 span { border-color: rgb(165,96,92); }

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