#A34964

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

Shades of Cadillac #A34964

Tints of Cadillac #A34964

Color information

#A34964 (or 0xA34964) is unknown color: approx Cadillac. HEX triplet: A3, 49 and 64. RGB value is (163,73,100). Sum of RGB (Red+Green+Blue) = 163+73+100=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A34964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34964 is #5CB69B. Grayscale: #666666. Windows color (decimal): -6076060 or 6572451. OLE color: 6572451.

HSL color Cylindrical-coordinate representation of color #A34964: hue angle of 342º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34964 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16373100-
CMYK00.550.390.36
HSL342º38.14%46.27%-
HSV(B)342º55.21%63.92%-
XYZ19.7913.4713.61-
YUV102.99126.32170.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=48.51%
G=21.73%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637310000.550.390.3634238.1446.27
HexA349640372724156262e
Octal24311114406747445264656
Binary10100011100100111001000110111100111100100101010110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34964; }

 p { color: rgb(163,73,100); }

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

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

 a { background-color: rgb(163,73,100); }

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

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

 span { border-color: rgb(163,73,100); }

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