#A5485B

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

Shades of Hippie Pink #A5485B

Tints of Hippie Pink #A5485B

Color information

#A5485B (or 0xA5485B) is unknown color: approx Hippie Pink. HEX triplet: A5, 48 and 5B. RGB value is (165,72,91). Sum of RGB (Red+Green+Blue) = 165+72+91=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5485B is #5AB7A4. Grayscale: #656565. Windows color (decimal): -5945253 or 5982373. OLE color: 5982373.

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

Color convert

RGB1657291-
CMYK00.560.450.35
HSL347.74º39.24%46.47%-
HSV(B)347.74º56.36%64.71%-
XYZ19.7213.3911.44-
YUV101.97121.81172.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=50.30%
G=21.95%
B=27.74%

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
Decimal165729100.560.450.35347.7439.2446.47
HexA5485B0382D2315c272e
Octal24511013307055435344756
Binary10100101100100010110110111000101101100011101011100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5485B; }

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

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

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

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

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

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

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

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