#A14961

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

Shades of Cadillac #A14961

Tints of Cadillac #A14961

Color information

#A14961 (or 0xA14961) is unknown color: approx Cadillac. HEX triplet: A1, 49 and 61. RGB value is (161,73,97). Sum of RGB (Red+Green+Blue) = 161+73+97=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14961 is #5EB69E. Grayscale: #666666. Windows color (decimal): -6207135 or 6375841. OLE color: 6375841.

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

Color convert

RGB1617397-
CMYK00.550.400.37
HSL343.64º37.61%45.88%-
HSV(B)343.64º54.66%63.14%-
XYZ19.2413.2112.84-
YUV102.05125.15170.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=48.64%
G=22.05%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161739700.550.400.37343.6437.6145.88
HexA149610372825158262e
Octal24111114106750455304656
Binary10100001100100111000010110111101000100101101011000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14961; }

 p { color: rgb(161,73,97); }

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

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

 a { background-color: rgb(161,73,97); }

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

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

 span { border-color: rgb(161,73,97); }

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