#A4495C

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

Shades of Hippie Pink #A4495C

Tints of Hippie Pink #A4495C

Color information

#A4495C (or 0xA4495C) is unknown color: approx Hippie Pink. HEX triplet: A4, 49 and 5C. RGB value is (164,73,92). Sum of RGB (Red+Green+Blue) = 164+73+92=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4495C is #5BB6A3. Grayscale: #666666. Windows color (decimal): -6010532 or 6048164. OLE color: 6048164.

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

Color convert

RGB1647392-
CMYK00.550.440.36
HSL347.47º38.4%46.47%-
HSV(B)347.47º55.49%64.31%-
XYZ19.6213.4311.68-
YUV102.38122.15171.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=49.85%
G=22.19%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164739200.550.440.36347.4738.446.47
HexA4495C0372C2415b262e
Octal24411113406754445334656
Binary10100100100100110111000110111101100100100101011011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4495C; }

 p { color: rgb(164,73,92); }

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

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

 a { background-color: rgb(164,73,92); }

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

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

 span { border-color: rgb(164,73,92); }

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