#A4445B

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

Shades of Hippie Pink #A4445B

Tints of Hippie Pink #A4445B

Color information

#A4445B (or 0xA4445B) is unknown color: approx Hippie Pink. HEX triplet: A4, 44 and 5B. RGB value is (164,68,91). Sum of RGB (Red+Green+Blue) = 164+68+91=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4445B is #5BBBA4. Grayscale: #636363. Windows color (decimal): -6011813 or 5981348. OLE color: 5981348.

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

Color convert

RGB1646891-
CMYK00.590.450.36
HSL345.62º41.38%45.49%-
HSV(B)345.62º58.54%64.31%-
XYZ19.2712.7811.35-
YUV99.33123.3174.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=50.77%
G=21.05%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164689100.590.450.36345.6241.3845.49
HexA4445B03B2D2415a292d
Octal24410413307355445325155
Binary10100100100010010110110111011101101100100101011010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4445B; }

 p { color: rgb(164,68,91); }

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

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

 a { background-color: rgb(164,68,91); }

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

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

 span { border-color: rgb(164,68,91); }

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