#A04563

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

Shades of Cadillac #A04563

Tints of Cadillac #A04563

Color information

#A04563 (or 0xA04563) is unknown color: approx Cadillac. HEX triplet: A0, 45 and 63. RGB value is (160,69,99). Sum of RGB (Red+Green+Blue) = 160+69+99=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A04563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04563 is #5FBA9C. Grayscale: #636363. Windows color (decimal): -6273693 or 6505888. OLE color: 6505888.

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

Color convert

RGB1606999-
CMYK00.570.380.37
HSL340.22º39.74%44.9%-
HSV(B)340.22º56.88%62.75%-
XYZ18.8812.6313.25-
YUV99.63127.65171.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=48.78%
G=21.04%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160699900.570.380.37340.2239.7444.9
HexA045630392625154282d
Octal24010514307146455245055
Binary10100000100010111000110111001100110100101101010100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04563; }

 p { color: rgb(160,69,99); }

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

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

 a { background-color: rgb(160,69,99); }

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

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

 span { border-color: rgb(160,69,99); }

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