#AD525C

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

Shades of Hippie Pink #AD525C

Tints of Hippie Pink #AD525C

Color information

#AD525C (or 0xAD525C) is unknown color: approx Hippie Pink. HEX triplet: AD, 52 and 5C. RGB value is (173,82,92). Sum of RGB (Red+Green+Blue) = 173+82+92=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD525C is #52ADA3. Grayscale: #6E6E6E. Windows color (decimal): -5418404 or 6050477. OLE color: 6050477.

HSL color Cylindrical-coordinate representation of color #AD525C: hue angle of 353.41º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD525C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1738292-
CMYK00.530.470.32
HSL353.41º35.69%50%-
HSV(B)353.41º52.6%67.84%-
XYZ22.1815.6911.98-
YUV110.35117.65172.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.86%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=49.86%
G=23.63%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173829200.530.470.32353.4135.6950
HexAD525C0352F201612432
Octal25512213406557405414462
Binary10101101101001010111000110101101111100000101100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD525C; }

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

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

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

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

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

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

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

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