#A04B6A

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

Shades of Cadillac #A04B6A

Tints of Cadillac #A04B6A

Color information

#A04B6A (or 0xA04B6A) is unknown color: approx Cadillac. HEX triplet: A0, 4B and 6A. RGB value is (160,75,106). Sum of RGB (Red+Green+Blue) = 160+75+106=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B6A is #5FB495. Grayscale: #676767. Windows color (decimal): -6272150 or 6966176. OLE color: 6966176.

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

Color convert

RGB16075106-
CMYK00.530.340.37
HSL338.12º36.17%46.08%-
HSV(B)338.12º53.12%62.75%-
XYZ19.6113.5515.22-
YUV103.95129.16167.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=46.92%
G=21.99%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607510600.530.340.37338.1236.1746.08
HexA04B6A0352225152242e
Octal24011315206542455224456
Binary10100000100101111010100110101100010100101101010010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B6A; }

 p { color: rgb(160,75,106); }

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

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

 a { background-color: rgb(160,75,106); }

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

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

 span { border-color: rgb(160,75,106); }

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