#A3525E

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

Shades of Hippie Pink #A3525E

Tints of Hippie Pink #A3525E

Color information

#A3525E (or 0xA3525E) is unknown color: approx Hippie Pink. HEX triplet: A3, 52 and 5E. RGB value is (163,82,94). Sum of RGB (Red+Green+Blue) = 163+82+94=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3525E is #5CADA1. Grayscale: #6B6B6B. Windows color (decimal): -6073762 or 6181539. OLE color: 6181539.

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

Color convert

RGB1638294-
CMYK00.500.420.36
HSL351.11º33.06%48.04%-
HSV(B)351.11º49.69%63.92%-
XYZ20.1414.6312.35-
YUV107.59120.34167.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=48.08%
G=24.19%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163829400.500.420.36351.1133.0648.04
HexA3525E0322A2415f2130
Octal24312213606252445374160
Binary10100011101001010111100110010101010100100101011111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3525E; }

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

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

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

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

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

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

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

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