#A14763

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

Shades of Cadillac #A14763

Tints of Cadillac #A14763

Color information

#A14763 (or 0xA14763) is unknown color: approx Cadillac. HEX triplet: A1, 47 and 63. RGB value is (161,71,99). Sum of RGB (Red+Green+Blue) = 161+71+99=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14763 is #5EB89C. Grayscale: #656565. Windows color (decimal): -6207645 or 6506401. OLE color: 6506401.

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

Color convert

RGB1617199-
CMYK00.560.390.37
HSL341.33º38.79%45.49%-
HSV(B)341.33º55.9%63.14%-
XYZ19.212.9813.3-
YUV101.1126.82170.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=48.64%
G=21.45%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161719900.560.390.37341.3338.7945.49
HexA147630382725155272d
Octal24110714307047455254755
Binary10100001100011111000110111000100111100101101010101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14763; }

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

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

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

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

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

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

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

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