#A04C61

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

Shades of Cadillac #A04C61

Tints of Cadillac #A04C61

Color information

#A04C61 (or 0xA04C61) is unknown color: approx Cadillac. HEX triplet: A0, 4C and 61. RGB value is (160,76,97). Sum of RGB (Red+Green+Blue) = 160+76+97=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C61 is #5FB39E. Grayscale: #676767. Windows color (decimal): -6271903 or 6376608. OLE color: 6376608.

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

Color convert

RGB1607697-
CMYK00.520.390.37
HSL345º35.59%46.27%-
HSV(B)345º52.5%62.75%-
XYZ19.2413.5112.9-
YUV103.51124.33168.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=48.05%
G=22.82%
B=29.13%

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
Decimal160769700.520.390.3734535.5946.27
HexA04C610342725159242e
Octal24011414106447455314456
Binary10100000100110011000010110100100111100101101011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C61; }

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

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

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

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

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

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

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

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