#A74B5F

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

Shades of Hippie Pink #A74B5F

Tints of Hippie Pink #A74B5F

Color information

#A74B5F (or 0xA74B5F) is unknown color: approx Hippie Pink. HEX triplet: A7, 4B and 5F. RGB value is (167,75,95). Sum of RGB (Red+Green+Blue) = 167+75+95=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B5F is #58B4A0. Grayscale: #686868. Windows color (decimal): -5813409 or 6245287. OLE color: 6245287.

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

Color convert

RGB1677595-
CMYK00.550.430.35
HSL346.96º38.02%47.45%-
HSV(B)346.96º55.09%65.49%-
XYZ20.5214.0712.46-
YUV104.79122.48172.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=49.55%
G=22.26%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167759500.550.430.35346.9638.0247.45
HexA74B5F0372B2315b262f
Octal24711313706753435334657
Binary10100111100101110111110110111101011100011101011011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B5F; }

 p { color: rgb(167,75,95); }

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

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

 a { background-color: rgb(167,75,95); }

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

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

 span { border-color: rgb(167,75,95); }

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