#A74A5C

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

Shades of Hippie Pink #A74A5C

Tints of Hippie Pink #A74A5C

Color information

#A74A5C (or 0xA74A5C) is unknown color: approx Hippie Pink. HEX triplet: A7, 4A and 5C. RGB value is (167,74,92). Sum of RGB (Red+Green+Blue) = 167+74+92=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74A5C is #58B5A3. Grayscale: #676767. Windows color (decimal): -5813668 or 6048423. OLE color: 6048423.

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

Color convert

RGB1677492-
CMYK00.560.450.35
HSL348.39º38.59%47.25%-
HSV(B)348.39º55.69%65.49%-
XYZ20.3213.8911.73-
YUV103.86121.31173.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=50.15%
G=22.22%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167749200.560.450.35348.3938.5947.25
HexA74A5C0382D2315c272f
Octal24711213407055435344757
Binary10100111100101010111000111000101101100011101011100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74A5C; }

 p { color: rgb(167,74,92); }

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

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

 a { background-color: rgb(167,74,92); }

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

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

 span { border-color: rgb(167,74,92); }

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