#A04360

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

Shades of Cadillac #A04360

Tints of Cadillac #A04360

Color information

#A04360 (or 0xA04360) is unknown color: approx Cadillac. HEX triplet: A0, 43 and 60. RGB value is (160,67,96). Sum of RGB (Red+Green+Blue) = 160+67+96=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A04360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04360 is #5FBC9F. Grayscale: #626262. Windows color (decimal): -6274208 or 6308768. OLE color: 6308768.

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

Color convert

RGB1606796-
CMYK00.580.40.37
HSL341.29º40.97%44.51%-
HSV(B)341.29º58.13%62.75%-
XYZ18.6212.3312.47-
YUV98.11126.81172.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 67 (26.56% from 255) = 20.74%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=49.54%
G=20.74%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160679600.580.40.37341.2940.9744.51
HexA0436003A2825155292d
Octal24010314007250455255155
Binary10100000100001111000000111010101000100101101010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04360; }

 p { color: rgb(160,67,96); }

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

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

 a { background-color: rgb(160,67,96); }

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

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

 span { border-color: rgb(160,67,96); }

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