#A04664

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

Shades of Cadillac #A04664

Tints of Cadillac #A04664

Color information

#A04664 (or 0xA04664) is unknown color: approx Cadillac. HEX triplet: A0, 46 and 64. RGB value is (160,70,100). Sum of RGB (Red+Green+Blue) = 160+70+100=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A04664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04664 is #5FB99B. Grayscale: #646464. Windows color (decimal): -6273436 or 6571680. OLE color: 6571680.

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

Color convert

RGB16070100-
CMYK00.560.380.37
HSL340º39.13%45.1%-
HSV(B)340º56.25%62.75%-
XYZ18.9912.7713.52-
YUV100.33127.82170.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=48.48%
G=21.21%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607010000.560.380.3734039.1345.1
HexA046640382625154272d
Octal24010614407046455244755
Binary10100000100011011001000111000100110100101101010100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04664; }

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

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

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

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

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

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

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

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