#a04c6e

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

Shades of Cadillac #A04C6E

Tints of Cadillac #A04C6E

Color information

#A04C6E (or 0xA04C6E) is unknown color: approx Cadillac. HEX triplet: A0, 4C and 6E. RGB value is (160,76,110). Sum of RGB (Red+Green+Blue) = 160+76+110=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C6E is #5FB391. Grayscale: #686868. Windows color (decimal): -6271890 or 7228576. OLE color: 7228576.

HSL color Cylindrical-coordinate representation of color #A04C6E: hue angle of 335.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C6E is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16076110-
CMYK00.520.310.37
HSL335.71º35.59%46.27%-
HSV(B)335.71º52.5%62.75%-
XYZ19.913.7716.36-
YUV104.99130.83167.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=46.24%
G=21.97%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607611000.520.310.37335.7135.5946.27
HexA04C6E0341F25150242e
Octal24011415606437455204456
Binary1010000010011001101110011010011111100101101010000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04c6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04c6e; }

 p { color: rgb(160,76,110); }

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

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

 a { background-color: rgb(160,76,110); }

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

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

 span { border-color: rgb(160,76,110); }

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