Html Css Color HEX #AD5256 Hippie Pink

📋 copy color: '#AD5256'

red 173 ◦ green 82 ◦ blue 86

#AD5256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AD5256

Tints of Hippie Pink #AD5256

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 value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD5256 (or 0xAD5256) is known color: 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

RGB 173 82 86 -
CMYK 0 0.53 0.50 0.32
HSL 357.36º 0.36% 0.5% -
HSV(B) 357.36º 0.53% 0.68% -
XYZ 21.93 15.59 10.66 -
YUV 109.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 173 82 86 0 0.53 0.50 0.32 357.36 0.36 0.5
Hex AD 52 56 0 35 32 20 165 24 32
Octal 255 122 126 0 65 62 40 545 44 62
Binary 10101101 1010010 1010110 0 110101 110010 100000 101100101 100100 110010

Color Harmonies of #AD5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5256

Black with #AD5256

Text Example


Text Example

White with #AD5256

Text Example


Text Example

HTML Codes & Css Web 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>