#A44F6C

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

Shades of Cadillac #A44F6C

Tints of Cadillac #A44F6C

Color information

#A44F6C (or 0xA44F6C) is unknown color: approx Cadillac. HEX triplet: A4, 4F and 6C. RGB value is (164,79,108). Sum of RGB (Red+Green+Blue) = 164+79+108=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F6C is #5BB093. Grayscale: #6B6B6B. Windows color (decimal): -6008980 or 7098276. OLE color: 7098276.

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

Color convert

RGB16479108-
CMYK00.520.340.36
HSL339.53º34.98%47.65%-
HSV(B)339.53º51.83%64.31%-
XYZ20.8114.5715.9-
YUV107.72128.16168.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=46.72%
G=22.51%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647910800.520.340.36339.5334.9847.65
HexA44F6C03422241542330
Octal24411715406442445244360
Binary10100100100111111011000110100100010100100101010100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F6C; }

 p { color: rgb(164,79,108); }

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

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

 a { background-color: rgb(164,79,108); }

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

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

 span { border-color: rgb(164,79,108); }

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