#A04964

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

Shades of Cadillac #A04964

Tints of Cadillac #A04964

Color information

#A04964 (or 0xA04964) is unknown color: approx Cadillac. HEX triplet: A0, 49 and 64. RGB value is (160,73,100). Sum of RGB (Red+Green+Blue) = 160+73+100=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A04964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04964 is #5FB69B. Grayscale: #666666. Windows color (decimal): -6272668 or 6572448. OLE color: 6572448.

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

Color convert

RGB16073100-
CMYK00.540.380.37
HSL341.38º37.34%45.69%-
HSV(B)341.38º54.37%62.75%-
XYZ19.1813.1613.59-
YUV102.09126.82169.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=48.05%
G=21.92%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607310000.540.380.37341.3837.3445.69
HexA049640362625155252e
Octal24011114406646455254556
Binary10100000100100111001000110110100110100101101010101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04964; }

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

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

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

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

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

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

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

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