Html Css Color HEX #AD5276 Royal Heath

📋 copy color: '#AD5276'

red 173 ◦ green 82 ◦ blue 118

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

Shades of Royal Heath #AD5276

Tints of Royal Heath #AD5276

RGB

 RED value IS 173 (67.97% from 255) = 46.38%

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 46.38%
G = 21.98%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5276 (or 0xAD5276) is known color: Royal Heath. HEX triplet: AD, 52 and 76. RGB value is (173,82,118). Sum of RGB (Red+Green+Blue) = 173+82+118=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5276 is #52AD89. Grayscale: #717171. Windows color (decimal): -5418378 or 7754413. OLE color: 7754413.

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

Color convert

RGB 173 82 118 -
CMYK 0 0.53 0.32 0.32
HSL 336.26º 0.36% 0.5% -
HSV(B) 336.26º 0.53% 0.68% -
XYZ 23.52 16.23 19.03 -
YUV 113.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 173 82 118 0 0.53 0.32 0.32 336.26 0.36 0.5
Hex AD 52 76 0 35 20 20 150 24 32
Octal 255 122 166 0 65 40 40 520 44 62
Binary 10101101 1010010 1110110 0 110101 100000 100000 101010000 100100 110010

Color Harmonies of #AD5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5276

Black with #AD5276

Text Example


Text Example

White with #AD5276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5276; }

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

 H1.HeaderClassName
 {
   color: #AD5276;
 }
 .AnyTagClassName
 {
   color: #AD5276;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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