#A5585A

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

Shades of Hippie Pink #A5585A

Tints of Hippie Pink #A5585A

Color information

#A5585A (or 0xA5585A) is unknown color: approx Hippie Pink. HEX triplet: A5, 58 and 5A. RGB value is (165,88,90). Sum of RGB (Red+Green+Blue) = 165+88+90=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5585A is #5AA7A5. Grayscale: #6F6F6F. Windows color (decimal): -5941158 or 5920933. OLE color: 5920933.

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

Color convert

RGB1658890-
CMYK00.470.450.35
HSL358.44º30.43%49.61%-
HSV(B)358.44º46.67%64.71%-
XYZ20.8515.7211.61-
YUV111.25116.01166.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=48.10%
G=25.66%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165889000.470.450.35358.4430.4349.61
HexA5585A02F2D231661e32
Octal24513013205755435463662
Binary1010010110110001011010010111110110110001110110011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5585A; }

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

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

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

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

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

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

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

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