#A2475F

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

Shades of Cadillac #A2475F

Tints of Cadillac #A2475F

Color information

#A2475F (or 0xA2475F) is unknown color: approx Cadillac. HEX triplet: A2, 47 and 5F. RGB value is (162,71,95). Sum of RGB (Red+Green+Blue) = 162+71+95=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2475F is #5DB8A0. Grayscale: #646464. Windows color (decimal): -6142113 or 6244258. OLE color: 6244258.

HSL color Cylindrical-coordinate representation of color #A2475F: hue angle of 344.18º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2475F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1627195-
CMYK00.560.410.36
HSL344.18º39.06%45.69%-
HSV(B)344.18º56.17%63.53%-
XYZ19.2213.0112.33-
YUV100.94124.65171.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=49.39%
G=21.65%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162719500.560.410.36344.1839.0645.69
HexA2475F0382924158272e
Octal24210713707051445304756
Binary10100010100011110111110111000101001100100101011000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2475F; }

 p { color: rgb(162,71,95); }

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

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

 a { background-color: rgb(162,71,95); }

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

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

 span { border-color: rgb(162,71,95); }

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