#A5525A

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

Shades of Hippie Pink #A5525A

Tints of Hippie Pink #A5525A

Color information

#A5525A (or 0xA5525A) is unknown color: approx Hippie Pink. HEX triplet: A5, 52 and 5A. RGB value is (165,82,90). Sum of RGB (Red+Green+Blue) = 165+82+90=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A5525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5525A is #5AADA5. Grayscale: #6B6B6B. Windows color (decimal): -5942694 or 5919397. OLE color: 5919397.

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

Color convert

RGB1658290-
CMYK00.500.450.35
HSL354.22º33.6%48.43%-
HSV(B)354.22º50.3%64.71%-
XYZ20.3814.7711.45-
YUV107.73118168.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=48.96%
G=24.33%
B=26.71%

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
Decimal165829000.500.450.35354.2233.648.43
HexA5525A0322D231622230
Octal24512213206255435424260
Binary10100101101001010110100110010101101100011101100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5525A; }

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

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

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

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

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

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

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

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