#A1475F

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

Shades of Cadillac #A1475F

Tints of Cadillac #A1475F

Color information

#A1475F (or 0xA1475F) is unknown color: approx Cadillac. HEX triplet: A1, 47 and 5F. RGB value is (161,71,95). Sum of RGB (Red+Green+Blue) = 161+71+95=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1475F is #5EB8A0. Grayscale: #646464. Windows color (decimal): -6207649 or 6244257. OLE color: 6244257.

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

Color convert

RGB1617195-
CMYK00.560.410.37
HSL344º38.79%45.49%-
HSV(B)344º55.9%63.14%-
XYZ19.0212.9112.32-
YUV100.65124.82171.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=49.24%
G=21.71%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161719500.560.410.3734438.7945.49
HexA1475F0382925158272d
Octal24110713707051455304755
Binary10100001100011110111110111000101001100101101011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1475F; }

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

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

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

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

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

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

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

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