#A74962

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

Shades of Hippie Pink #A74962

Tints of Hippie Pink #A74962

Color information

#A74962 (or 0xA74962) is unknown color: approx Hippie Pink. HEX triplet: A7, 49 and 62. RGB value is (167,73,98). Sum of RGB (Red+Green+Blue) = 167+73+98=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A74962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74962 is #58B69D. Grayscale: #676767. Windows color (decimal): -5813918 or 6441383. OLE color: 6441383.

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

Color convert

RGB1677398-
CMYK00.560.410.35
HSL344.04º39.17%47.06%-
HSV(B)344.04º56.29%65.49%-
XYZ20.5213.8613.15-
YUV103.96124.64172.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=49.41%
G=21.60%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167739800.560.410.35344.0439.1747.06
HexA749620382923158272f
Octal24711114207051435304757
Binary10100111100100111000100111000101001100011101011000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74962; }

 p { color: rgb(167,73,98); }

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

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

 a { background-color: rgb(167,73,98); }

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

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

 span { border-color: rgb(167,73,98); }

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