#A04F6E

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

Shades of Cadillac #A04F6E

Tints of Cadillac #A04F6E

Color information

#A04F6E (or 0xA04F6E) is unknown color: approx Cadillac. HEX triplet: A0, 4F and 6E. RGB value is (160,79,110). Sum of RGB (Red+Green+Blue) = 160+79+110=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F6E is #5FB091. Grayscale: #6A6A6A. Windows color (decimal): -6271122 or 7229344. OLE color: 7229344.

HSL color Cylindrical-coordinate representation of color #A04F6E: hue angle of 337.04º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F6E is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16079110-
CMYK00.510.310.37
HSL337.04º33.89%46.86%-
HSV(B)337.04º50.63%62.75%-
XYZ20.1114.1916.43-
YUV106.75129.84165.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=45.85%
G=22.64%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607911000.510.310.37337.0433.8946.86
HexA04F6E0331F25151222f
Octal24011715606337455214257
Binary1010000010011111101110011001111111100101101010001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F6E; }

 p { color: rgb(160,79,110); }

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

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

 a { background-color: rgb(160,79,110); }

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

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

 span { border-color: rgb(160,79,110); }

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