#A8465D

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

Shades of Hippie Pink #A8465D

Tints of Hippie Pink #A8465D

Color information

#A8465D (or 0xA8465D) is unknown color: approx Hippie Pink. HEX triplet: A8, 46 and 5D. RGB value is (168,70,93). Sum of RGB (Red+Green+Blue) = 168+70+93=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8465D is #57B9A2. Grayscale: #656565. Windows color (decimal): -5749155 or 6112936. OLE color: 6112936.

HSL color Cylindrical-coordinate representation of color #A8465D: hue angle of 345.92º 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 #A8465D is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1687093-
CMYK00.580.450.34
HSL345.92º41.18%46.67%-
HSV(B)345.92º58.33%65.88%-
XYZ20.3113.511.89-
YUV101.92122.97175.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=50.76%
G=21.15%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168709300.580.450.34345.9241.1846.67
HexA8465D03A2D2215a292f
Octal25010613507255425325157
Binary10101000100011010111010111010101101100010101011010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8465D; }

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

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

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

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

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

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

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

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