#A34D67

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

Shades of Cadillac #A34D67

Tints of Cadillac #A34D67

Color information

#A34D67 (or 0xA34D67) is unknown color: approx Cadillac. HEX triplet: A3, 4D and 67. RGB value is (163,77,103). Sum of RGB (Red+Green+Blue) = 163+77+103=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D67 is #5CB298. Grayscale: #696969. Windows color (decimal): -6075033 or 6770083. OLE color: 6770083.

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

Color convert

RGB16377103-
CMYK00.530.370.36
HSL341.86º35.83%47.06%-
HSV(B)341.86º52.76%63.92%-
XYZ20.2114.0714.48-
YUV105.68126.49168.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=47.52%
G=22.45%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637710300.530.370.36341.8635.8347.06
HexA34D670352524156242f
Octal24311514706545445264457
Binary10100011100110111001110110101100101100100101010110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34D67; }

 p { color: rgb(163,77,103); }

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

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

 a { background-color: rgb(163,77,103); }

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

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

 span { border-color: rgb(163,77,103); }

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