#A14867

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

Shades of Cadillac #A14867

Tints of Cadillac #A14867

Color information

#A14867 (or 0xA14867) is unknown color: approx Cadillac. HEX triplet: A1, 48 and 67. RGB value is (161,72,103). Sum of RGB (Red+Green+Blue) = 161+72+103=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A14867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14867 is #5EB798. Grayscale: #666666. Windows color (decimal): -6207385 or 6768801. OLE color: 6768801.

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

Color convert

RGB16172103-
CMYK00.550.360.37
HSL339.1º38.2%45.69%-
HSV(B)339.1º55.28%63.14%-
XYZ19.4613.1914.35-
YUV102.14128.49169.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=47.92%
G=21.43%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617210300.550.360.37339.138.245.69
HexA148670372425153262e
Octal24111014706744455234656
Binary10100001100100011001110110111100100100101101010011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14867; }

 p { color: rgb(161,72,103); }

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

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

 a { background-color: rgb(161,72,103); }

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

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

 span { border-color: rgb(161,72,103); }

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