#A5525B

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

Shades of Hippie Pink #A5525B

Tints of Hippie Pink #A5525B

Color information

#A5525B (or 0xA5525B) is unknown color: approx Hippie Pink. HEX triplet: A5, 52 and 5B. RGB value is (165,82,91). Sum of RGB (Red+Green+Blue) = 165+82+91=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5525B is #5AADA4. Grayscale: #6B6B6B. Windows color (decimal): -5942693 or 5984933. OLE color: 5984933.

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

Color convert

RGB1658291-
CMYK00.500.450.35
HSL353.49º33.6%48.43%-
HSV(B)353.49º50.3%64.71%-
XYZ20.4214.7911.68-
YUV107.84118.5168.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=48.82%
G=24.26%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165829100.500.450.35353.4933.648.43
HexA5525B0322D231612230
Octal24512213306255435414260
Binary10100101101001010110110110010101101100011101100001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5525B; }

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

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

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

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

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

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

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

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