#A7445E

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

Shades of Hippie Pink #A7445E

Tints of Hippie Pink #A7445E

Color information

#A7445E (or 0xA7445E) is unknown color: approx Hippie Pink. HEX triplet: A7, 44 and 5E. RGB value is (167,68,94). Sum of RGB (Red+Green+Blue) = 167+68+94=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7445E is #58BBA1. Grayscale: #646464. Windows color (decimal): -5815202 or 6177959. OLE color: 6177959.

HSL color Cylindrical-coordinate representation of color #A7445E: hue angle of 344.24º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7445E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1676894-
CMYK00.590.440.35
HSL344.24º42.13%46.08%-
HSV(B)344.24º59.28%65.49%-
XYZ20.0213.1612.07-
YUV100.56124.3175.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=50.76%
G=20.67%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167689400.590.440.35344.2442.1346.08
HexA7445E03B2C231582a2e
Octal24710413607354435305256
Binary10100111100010010111100111011101100100011101011000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7445E; }

 p { color: rgb(167,68,94); }

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

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

 a { background-color: rgb(167,68,94); }

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

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

 span { border-color: rgb(167,68,94); }

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