#A0635C

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

Shades of Au Chico #A0635C

Tints of Au Chico #A0635C

Color information

#A0635C (or 0xA0635C) is unknown color: approx Au Chico. HEX triplet: A0, 63 and 5C. RGB value is (160,99,92). Sum of RGB (Red+Green+Blue) = 160+99+92=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0635C is #5F9CA3. Grayscale: #747474. Windows color (decimal): -6266020 or 6054816. OLE color: 6054816.

HSL color Cylindrical-coordinate representation of color #A0635C: hue angle of 6.18º 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 #A0635C is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1609992-
CMYK00.380.430.37
HSL6.18º26.98%49.41%-
HSV(B)6.18º42.5%62.75%-
XYZ20.8917.1712.34-
YUV116.44114.21159.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=45.58%
G=28.21%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160999200.380.430.376.1826.9849.41
HexA0635C0262B2561b31
Octal240143134046534563361
Binary1010000011000111011100010011010101110010111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0635C; }

 p { color: rgb(160,99,92); }

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

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

 a { background-color: rgb(160,99,92); }

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

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

 span { border-color: rgb(160,99,92); }

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