#a04c62

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

Shades of Cadillac #A04C62

Tints of Cadillac #A04C62

Color information

#A04C62 (or 0xA04C62) is unknown color: approx Cadillac. HEX triplet: A0, 4C and 62. RGB value is (160,76,98). Sum of RGB (Red+Green+Blue) = 160+76+98=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C62 is #5FB39D. Grayscale: #676767. Windows color (decimal): -6271902 or 6442144. OLE color: 6442144.

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

Color convert

RGB1607698-
CMYK00.520.390.37
HSL344.29º35.59%46.27%-
HSV(B)344.29º52.5%62.75%-
XYZ19.2913.5213.15-
YUV103.62124.83168.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=47.90%
G=22.75%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160769800.520.390.37344.2935.5946.27
HexA04C620342725158242e
Octal24011414206447455304456
Binary10100000100110011000100110100100111100101101011000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04c62; }

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

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

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

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

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

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

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

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