#A0425D

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

Shades of Cadillac #A0425D

Tints of Cadillac #A0425D

Color information

#A0425D (or 0xA0425D) is unknown color: approx Cadillac. HEX triplet: A0, 42 and 5D. RGB value is (160,66,93). Sum of RGB (Red+Green+Blue) = 160+66+93=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0425D is #5FBDA2. Grayscale: #616161. Windows color (decimal): -6274467 or 6111904. OLE color: 6111904.

HSL color Cylindrical-coordinate representation of color #A0425D: hue angle of 342.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0425D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1606693-
CMYK00.590.420.37
HSL342.77º41.59%44.31%-
HSV(B)342.77º58.75%62.75%-
XYZ18.4212.1611.73-
YUV97.18125.64172.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=50.16%
G=20.69%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160669300.590.420.37342.7741.5944.31
HexA0425D03B2A251572a2c
Octal24010213507352455275254
Binary10100000100001010111010111011101010100101101010111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0425D; }

 p { color: rgb(160,66,93); }

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

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

 a { background-color: rgb(160,66,93); }

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

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

 span { border-color: rgb(160,66,93); }

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