#A8485A

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

Shades of Hippie Pink #A8485A

Tints of Hippie Pink #A8485A

Color information

#A8485A (or 0xA8485A) is unknown color: approx Hippie Pink. HEX triplet: A8, 48 and 5A. RGB value is (168,72,90). Sum of RGB (Red+Green+Blue) = 168+72+90=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8485A is #57B7A5. Grayscale: #666666. Windows color (decimal): -5748646 or 5916840. OLE color: 5916840.

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

Color convert

RGB1687290-
CMYK00.570.460.34
HSL348.75º40%47.06%-
HSV(B)348.75º57.14%65.88%-
XYZ20.3113.711.25-
YUV102.76120.8174.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=50.91%
G=21.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168729000.570.460.34348.754047.06
HexA8485A0392E2215d282f
Octal25011013207156425355057
Binary10101000100100010110100111001101110100010101011101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8485A; }

 p { color: rgb(168,72,90); }

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

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

 a { background-color: rgb(168,72,90); }

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

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

 span { border-color: rgb(168,72,90); }

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