#A5525C

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

Shades of Hippie Pink #A5525C

Tints of Hippie Pink #A5525C

Color information

#A5525C (or 0xA5525C) is unknown color: approx Hippie Pink. HEX triplet: A5, 52 and 5C. RGB value is (165,82,92). Sum of RGB (Red+Green+Blue) = 165+82+92=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5525C is #5AADA3. Grayscale: #6C6C6C. Windows color (decimal): -5942692 or 6050469. OLE color: 6050469.

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

Color convert

RGB1658292-
CMYK00.500.440.35
HSL352.77º33.6%48.43%-
HSV(B)352.77º50.3%64.71%-
XYZ20.4714.8111.9-
YUV107.96119168.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=48.67%
G=24.19%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165829200.500.440.35352.7733.648.43
HexA5525C0322C231612230
Octal24512213406254435414260
Binary10100101101001010111000110010101100100011101100001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5525C; }

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

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

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

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

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

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

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

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