#A74B4F

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

Shades of Hippie Pink #A74B4F

Tints of Hippie Pink #A74B4F

Color information

#A74B4F (or 0xA74B4F) is unknown color: approx Hippie Pink. HEX triplet: A7, 4B and 4F. RGB value is (167,75,79). Sum of RGB (Red+Green+Blue) = 167+75+79=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B4F is #58B4B0. Grayscale: #676767. Windows color (decimal): -5813425 or 5196711. OLE color: 5196711.

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

Color convert

RGB1677579-
CMYK00.550.530.35
HSL357.39º38.02%47.45%-
HSV(B)357.39º55.09%65.49%-
XYZ19.8613.819.02-
YUV102.96114.48173.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=52.02%
G=23.36%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167757900.550.530.35357.3938.0247.45
HexA74B4F0373523165262f
Octal24711311706765435454657
Binary10100111100101110011110110111110101100011101100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B4F; }

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

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

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

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

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

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

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

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