#A04E6B

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

Shades of Cadillac #A04E6B

Tints of Cadillac #A04E6B

Color information

#A04E6B (or 0xA04E6B) is unknown color: approx Cadillac. HEX triplet: A0, 4E and 6B. RGB value is (160,78,107). Sum of RGB (Red+Green+Blue) = 160+78+107=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E6B is #5FB194. Grayscale: #696969. Windows color (decimal): -6271381 or 7032480. OLE color: 7032480.

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

Color convert

RGB16078107-
CMYK00.510.330.37
HSL338.78º34.45%46.67%-
HSV(B)338.78º51.25%62.75%-
XYZ19.8813.9815.56-
YUV105.82128.67166.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=46.38%
G=22.61%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607810700.510.330.37338.7834.4546.67
HexA04E6B0332125153222f
Octal24011615306341455234257
Binary10100000100111011010110110011100001100101101010011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E6B; }

 p { color: rgb(160,78,107); }

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

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

 a { background-color: rgb(160,78,107); }

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

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

 span { border-color: rgb(160,78,107); }

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