#A4506D

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

Shades of Cadillac #A4506D

Tints of Cadillac #A4506D

Color information

#A4506D (or 0xA4506D) is unknown color: approx Cadillac. HEX triplet: A4, 50 and 6D. RGB value is (164,80,109). Sum of RGB (Red+Green+Blue) = 164+80+109=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4506D is #5BAF92. Grayscale: #6C6C6C. Windows color (decimal): -6008723 or 7164068. OLE color: 7164068.

HSL color Cylindrical-coordinate representation of color #A4506D: hue angle of 339.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4506D is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16480109-
CMYK00.510.340.36
HSL339.29º34.43%47.84%-
HSV(B)339.29º51.22%64.31%-
XYZ20.9414.7316.21-
YUV108.42128.33167.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=46.46%
G=22.66%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648010900.510.340.36339.2934.4347.84
HexA4506D03322241532230
Octal24412015506342445234260
Binary10100100101000011011010110011100010100100101010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4506D; }

 p { color: rgb(164,80,109); }

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

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

 a { background-color: rgb(164,80,109); }

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

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

 span { border-color: rgb(164,80,109); }

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