#A75461

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

Shades of Hippie Pink #A75461

Tints of Hippie Pink #A75461

Color information

#A75461 (or 0xA75461) is unknown color: approx Hippie Pink. HEX triplet: A7, 54 and 61. RGB value is (167,84,97). Sum of RGB (Red+Green+Blue) = 167+84+97=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A75461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75461 is #58AB9E. Grayscale: #6E6E6E. Windows color (decimal): -5811103 or 6378663. OLE color: 6378663.

HSL color Cylindrical-coordinate representation of color #A75461: hue angle of 350.6º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75461 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1678497-
CMYK00.500.420.35
HSL350.6º33.07%49.22%-
HSV(B)350.6º49.7%65.49%-
XYZ21.2615.4213.16-
YUV110.3120.5168.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=47.99%
G=24.14%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167849700.500.420.35350.633.0749.22
HexA754610322A2315f2131
Octal24712414106252435374161
Binary10100111101010011000010110010101010100011101011111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75461; }

 p { color: rgb(167,84,97); }

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

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

 a { background-color: rgb(167,84,97); }

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

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

 span { border-color: rgb(167,84,97); }

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