#A0624E

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

Shades of Au Chico #A0624E

Tints of Au Chico #A0624E

Color information

#A0624E (or 0xA0624E) is unknown color: approx Au Chico. HEX triplet: A0, 62 and 4E. RGB value is (160,98,78). Sum of RGB (Red+Green+Blue) = 160+98+78=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0624E is #5F9DB1. Grayscale: #727272. Windows color (decimal): -6266290 or 5137056. OLE color: 5137056.

HSL color Cylindrical-coordinate representation of color #A0624E: hue angle of 14.63º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0624E is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1609878-
CMYK00.390.510.37
HSL14.63º34.45%46.67%-
HSV(B)14.63º51.25%62.75%-
XYZ20.2416.769.38-
YUV114.26107.54160.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=47.62%
G=29.17%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160987800.390.510.3714.6334.4546.67
HexA0624E0273325f222f
Octal2401421160476345174257
Binary101000001100010100111001001111100111001011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0624E; }

 p { color: rgb(160,98,78); }

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

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

 a { background-color: rgb(160,98,78); }

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

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

 span { border-color: rgb(160,98,78); }

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