#A0425F

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

Shades of Cadillac #A0425F

Tints of Cadillac #A0425F

Color information

#A0425F (or 0xA0425F) is unknown color: approx Cadillac. HEX triplet: A0, 42 and 5F. RGB value is (160,66,95). Sum of RGB (Red+Green+Blue) = 160+66+95=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0425F is #5FBDA0. Grayscale: #616161. Windows color (decimal): -6274465 or 6242976. OLE color: 6242976.

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

Color convert

RGB1606695-
CMYK00.590.410.37
HSL341.49º41.59%44.31%-
HSV(B)341.49º58.75%62.75%-
XYZ18.5112.212.2-
YUV97.41126.64172.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=49.84%
G=20.56%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160669500.590.410.37341.4941.5944.31
HexA0425F03B29251552a2c
Octal24010213707351455255254
Binary10100000100001010111110111011101001100101101010101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0425F; }

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

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

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

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

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

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

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

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