#A44F69

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

Shades of Cadillac #A44F69

Tints of Cadillac #A44F69

Color information

#A44F69 (or 0xA44F69) is unknown color: approx Cadillac. HEX triplet: A4, 4F and 69. RGB value is (164,79,105). Sum of RGB (Red+Green+Blue) = 164+79+105=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F69 is #5BB096. Grayscale: #6B6B6B. Windows color (decimal): -6008983 or 6901668. OLE color: 6901668.

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

Color convert

RGB16479105-
CMYK00.520.360.36
HSL341.65º34.98%47.65%-
HSV(B)341.65º51.83%64.31%-
XYZ20.6614.515.08-
YUV107.38126.66168.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=47.13%
G=22.70%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647910500.520.360.36341.6534.9847.65
HexA44F6903424241562330
Octal24411715106444445264360
Binary10100100100111111010010110100100100100100101010110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F69; }

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

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

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

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

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

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

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

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