#A0625B

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

Shades of Au Chico #A0625B

Tints of Au Chico #A0625B

Color information

#A0625B (or 0xA0625B) is unknown color: approx Au Chico. HEX triplet: A0, 62 and 5B. RGB value is (160,98,91). Sum of RGB (Red+Green+Blue) = 160+98+91=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0625B is #5F9DA4. Grayscale: #737373. Windows color (decimal): -6266277 or 5989024. OLE color: 5989024.

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

Color convert

RGB1609891-
CMYK00.390.430.37
HSL6.09º27.49%49.22%-
HSV(B)6.09º43.13%62.75%-
XYZ20.7516.9612.08-
YUV115.74114.04159.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=45.85%
G=28.08%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160989100.390.430.376.0927.4949.22
HexA0625B0272B2561b31
Octal240142133047534563361
Binary1010000011000101011011010011110101110010111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0625B; }

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

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

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

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

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

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

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

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