#A34C65

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

Shades of Cadillac #A34C65

Tints of Cadillac #A34C65

Color information

#A34C65 (or 0xA34C65) is unknown color: approx Cadillac. HEX triplet: A3, 4C and 65. RGB value is (163,76,101). Sum of RGB (Red+Green+Blue) = 163+76+101=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34C65 is #5CB39A. Grayscale: #686868. Windows color (decimal): -6075291 or 6638755. OLE color: 6638755.

HSL color Cylindrical-coordinate representation of color #A34C65: hue angle of 342.76º 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 #A34C65 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16376101-
CMYK00.530.380.36
HSL342.76º36.4%46.86%-
HSV(B)342.76º53.37%63.92%-
XYZ20.0413.8913.94-
YUV104.86125.82169.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 76 (30.08% from 255) = 22.35%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=47.94%
G=22.35%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637610100.530.380.36342.7636.446.86
HexA34C650352624157242f
Octal24311414506546445274457
Binary10100011100110011001010110101100110100100101010111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C65; }

 p { color: rgb(163,76,101); }

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

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

 a { background-color: rgb(163,76,101); }

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

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

 span { border-color: rgb(163,76,101); }

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