#A5485A

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

Shades of Hippie Pink #A5485A

Tints of Hippie Pink #A5485A

Color information

#A5485A (or 0xA5485A) is unknown color: approx Hippie Pink. HEX triplet: A5, 48 and 5A. RGB value is (165,72,90). Sum of RGB (Red+Green+Blue) = 165+72+90=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5485A is #5AB7A5. Grayscale: #656565. Windows color (decimal): -5945254 or 5916837. OLE color: 5916837.

HSL color Cylindrical-coordinate representation of color #A5485A: hue angle of 348.39º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5485A is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1657290-
CMYK00.560.450.35
HSL348.39º39.24%46.47%-
HSV(B)348.39º56.36%64.71%-
XYZ19.6813.3711.22-
YUV101.86121.31173.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=50.46%
G=22.02%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165729000.560.450.35348.3939.2446.47
HexA5485A0382D2315c272e
Octal24511013207055435344756
Binary10100101100100010110100111000101101100011101011100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5485A; }

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

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

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

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

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

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

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

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