#A3525B

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

Shades of Hippie Pink #A3525B

Tints of Hippie Pink #A3525B

Color information

#A3525B (or 0xA3525B) is unknown color: approx Hippie Pink. HEX triplet: A3, 52 and 5B. RGB value is (163,82,91). Sum of RGB (Red+Green+Blue) = 163+82+91=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3525B is #5CADA4. Grayscale: #6B6B6B. Windows color (decimal): -6073765 or 5984931. OLE color: 5984931.

HSL color Cylindrical-coordinate representation of color #A3525B: hue angle of 353.33º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3525B is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1638291-
CMYK00.500.440.36
HSL353.33º33.06%48.04%-
HSV(B)353.33º49.69%63.92%-
XYZ20.0114.5811.66-
YUV107.24118.84167.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=48.51%
G=24.40%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163829100.500.440.36353.3333.0648.04
HexA3525B0322C241612130
Octal24312213306254445414160
Binary10100011101001010110110110010101100100100101100001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3525B; }

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

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

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

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

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

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

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

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