#A4495A

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

Shades of Hippie Pink #A4495A

Tints of Hippie Pink #A4495A

Color information

#A4495A (or 0xA4495A) is unknown color: approx Hippie Pink. HEX triplet: A4, 49 and 5A. RGB value is (164,73,90). Sum of RGB (Red+Green+Blue) = 164+73+90=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4495A is #5BB6A5. Grayscale: #666666. Windows color (decimal): -6010534 or 5917092. OLE color: 5917092.

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

Color convert

RGB1647390-
CMYK00.550.450.36
HSL348.79º38.4%46.47%-
HSV(B)348.79º55.49%64.31%-
XYZ19.5413.411.23-
YUV102.15121.15172.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=50.15%
G=22.32%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164739000.550.450.36348.7938.446.47
HexA4495A0372D2415d262e
Octal24411113206755445354656
Binary10100100100100110110100110111101101100100101011101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4495A; }

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

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

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

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

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

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

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

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