#A04965

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

Shades of Cadillac #A04965

Tints of Cadillac #A04965

Color information

#A04965 (or 0xA04965) is unknown color: approx Cadillac. HEX triplet: A0, 49 and 65. RGB value is (160,73,101). Sum of RGB (Red+Green+Blue) = 160+73+101=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A04965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04965 is #5FB69A. Grayscale: #666666. Windows color (decimal): -6272667 or 6637984. OLE color: 6637984.

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

Color convert

RGB16073101-
CMYK00.540.370.37
HSL340.69º37.34%45.69%-
HSV(B)340.69º54.37%62.75%-
XYZ19.2313.1813.84-
YUV102.2127.32169.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=47.90%
G=21.86%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607310100.540.370.37340.6937.3445.69
HexA049650362525155252e
Octal24011114506645455254556
Binary10100000100100111001010110110100101100101101010101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04965; }

 p { color: rgb(160,73,101); }

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

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

 a { background-color: rgb(160,73,101); }

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

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

 span { border-color: rgb(160,73,101); }

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