#A75362

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

Shades of Hippie Pink #A75362

Tints of Hippie Pink #A75362

Color information

#A75362 (or 0xA75362) is unknown color: approx Hippie Pink. HEX triplet: A7, 53 and 62. RGB value is (167,83,98). Sum of RGB (Red+Green+Blue) = 167+83+98=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A75362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75362 is #58AC9D. Grayscale: #6D6D6D. Windows color (decimal): -5811358 or 6443943. OLE color: 6443943.

HSL color Cylindrical-coordinate representation of color #A75362: hue angle of 349.29º degrees, saturation: 0.34, 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 #A75362 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1678398-
CMYK00.500.410.35
HSL349.29º33.6%49.02%-
HSV(B)349.29º50.3%65.49%-
XYZ21.2315.2813.39-
YUV109.83121.33168.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=47.99%
G=23.85%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167839800.500.410.35349.2933.649.02
HexA75362032292315d2231
Octal24712314206251435354261
Binary10100111101001111000100110010101001100011101011101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75362; }

 p { color: rgb(167,83,98); }

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

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

 a { background-color: rgb(167,83,98); }

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

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

 span { border-color: rgb(167,83,98); }

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