#A74650

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

Shades of Hippie Pink #A74650

Tints of Hippie Pink #A74650

Color information

#A74650 (or 0xA74650) is unknown color: approx Hippie Pink. HEX triplet: A7, 46 and 50. RGB value is (167,70,80). Sum of RGB (Red+Green+Blue) = 167+70+80=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A74650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74650 is #58B9AF. Grayscale: #646464. Windows color (decimal): -5814704 or 5260967. OLE color: 5260967.

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

Color convert

RGB1677080-
CMYK00.580.520.35
HSL353.81º40.93%46.47%-
HSV(B)353.81º58.08%65.49%-
XYZ19.5713.179.1-
YUV100.14116.64175.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.68%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=52.68%
G=22.08%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167708000.580.520.35353.8140.9346.47
HexA7465003A3423162292e
Octal24710612007264435425156
Binary10100111100011010100000111010110100100011101100010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74650; }

 p { color: rgb(167,70,80); }

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

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

 a { background-color: rgb(167,70,80); }

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

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

 span { border-color: rgb(167,70,80); }

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