#A04861

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

Shades of Cadillac #A04861

Tints of Cadillac #A04861

Color information

#A04861 (or 0xA04861) is unknown color: approx Cadillac. HEX triplet: A0, 48 and 61. RGB value is (160,72,97). Sum of RGB (Red+Green+Blue) = 160+72+97=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A04861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04861 is #5FB79E. Grayscale: #656565. Windows color (decimal): -6272927 or 6375584. OLE color: 6375584.

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

Color convert

RGB1607297-
CMYK00.550.390.37
HSL342.95º37.93%45.49%-
HSV(B)342.95º55%62.75%-
XYZ18.9712.9712.81-
YUV101.16125.65169.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=48.63%
G=21.88%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160729700.550.390.37342.9537.9345.49
HexA048610372725157262d
Octal24011014106747455274655
Binary10100000100100011000010110111100111100101101010111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04861; }

 p { color: rgb(160,72,97); }

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

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

 a { background-color: rgb(160,72,97); }

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

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

 span { border-color: rgb(160,72,97); }

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