#A04766

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

Shades of Cadillac #A04766

Tints of Cadillac #A04766

Color information

#A04766 (or 0xA04766) is unknown color: approx Cadillac. HEX triplet: A0, 47 and 66. RGB value is (160,71,102). Sum of RGB (Red+Green+Blue) = 160+71+102=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A04766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04766 is #5FB899. Grayscale: #656565. Windows color (decimal): -6273178 or 6703008. OLE color: 6703008.

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

Color convert

RGB16071102-
CMYK00.560.360.37
HSL339.1º38.53%45.29%-
HSV(B)339.1º55.62%62.75%-
XYZ19.1512.9414.06-
YUV101.14128.49169.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=48.05%
G=21.32%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607110200.560.360.37339.138.5345.29
HexA047660382425153272d
Octal24010714607044455234755
Binary10100000100011111001100111000100100100101101010011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04766; }

 p { color: rgb(160,71,102); }

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

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

 a { background-color: rgb(160,71,102); }

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

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

 span { border-color: rgb(160,71,102); }

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