#A8465E

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

Shades of Hippie Pink #A8465E

Tints of Hippie Pink #A8465E

Color information

#A8465E (or 0xA8465E) is unknown color: approx Hippie Pink. HEX triplet: A8, 46 and 5E. RGB value is (168,70,94). Sum of RGB (Red+Green+Blue) = 168+70+94=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8465E is #57B9A1. Grayscale: #666666. Windows color (decimal): -5749154 or 6178472. OLE color: 6178472.

HSL color Cylindrical-coordinate representation of color #A8465E: hue angle of 345.31º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8465E is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1687094-
CMYK00.580.440.34
HSL345.31º41.18%46.67%-
HSV(B)345.31º58.33%65.88%-
XYZ20.3613.5112.12-
YUV102.04123.47175.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=50.60%
G=21.08%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168709400.580.440.34345.3141.1846.67
HexA8465E03A2C22159292f
Octal25010613607254425315157
Binary10101000100011010111100111010101100100010101011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8465E; }

 p { color: rgb(168,70,94); }

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

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

 a { background-color: rgb(168,70,94); }

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

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

 span { border-color: rgb(168,70,94); }

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