#AD5256

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

Shades of Hippie Pink #AD5256

Tints of Hippie Pink #AD5256

Color information

#AD5256 (or 0xAD5256) is unknown color: approx Hippie Pink. HEX triplet: AD, 52 and 56. RGB value is (173,82,86). Sum of RGB (Red+Green+Blue) = 173+82+86=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5256 is #52ADA9. Grayscale: #6D6D6D. Windows color (decimal): -5418410 or 5657261. OLE color: 5657261.

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

Color convert

RGB1738286-
CMYK00.530.500.32
HSL357.36º35.69%50%-
HSV(B)357.36º52.6%67.84%-
XYZ21.9315.5910.66-
YUV109.66114.65173.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=50.73%
G=24.05%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173828600.530.500.32357.3635.6950
HexAD525603532201652432
Octal25512212606562405454462
Binary10101101101001010101100110101110010100000101100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5256; }

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

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

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

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

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

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

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

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