#A34E6A

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

Shades of Cadillac #A34E6A

Tints of Cadillac #A34E6A

Color information

#A34E6A (or 0xA34E6A) is unknown color: approx Cadillac. HEX triplet: A3, 4E and 6A. RGB value is (163,78,106). Sum of RGB (Red+Green+Blue) = 163+78+106=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34E6A is #5CB195. Grayscale: #6A6A6A. Windows color (decimal): -6074774 or 6966947. OLE color: 6966947.

HSL color Cylindrical-coordinate representation of color #A34E6A: hue angle of 340.24º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A34E6A is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16378106-
CMYK00.520.350.36
HSL340.24º35.27%47.25%-
HSV(B)340.24º52.15%63.92%-
XYZ20.4314.2815.31-
YUV106.61127.66168.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=46.97%
G=22.48%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637810600.520.350.36340.2435.2747.25
HexA34E6A0342324154232f
Octal24311615206443445244357
Binary10100011100111011010100110100100011100100101010100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E6A; }

 p { color: rgb(163,78,106); }

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

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

 a { background-color: rgb(163,78,106); }

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

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

 span { border-color: rgb(163,78,106); }

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