#A74758

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

Shades of Hippie Pink #A74758

Tints of Hippie Pink #A74758

Color information

#A74758 (or 0xA74758) is unknown color: approx Hippie Pink. HEX triplet: A7, 47 and 58. RGB value is (167,71,88). Sum of RGB (Red+Green+Blue) = 167+71+88=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A74758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74758 is #58B8A7. Grayscale: #656565. Windows color (decimal): -5814440 or 5785511. OLE color: 5785511.

HSL color Cylindrical-coordinate representation of color #A74758: hue angle of 349.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74758 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1677188-
CMYK00.570.470.35
HSL349.38º40.34%46.67%-
HSV(B)349.38º57.49%65.49%-
XYZ19.9513.4310.77-
YUV101.64120.3174.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.23%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=51.23%
G=21.78%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167718800.570.470.35349.3840.3446.67
HexA747580392F2315d282f
Octal24710713007157435355057
Binary10100111100011110110000111001101111100011101011101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74758; }

 p { color: rgb(167,71,88); }

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

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

 a { background-color: rgb(167,71,88); }

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

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

 span { border-color: rgb(167,71,88); }

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