Html Css Color HEX #AD537A Royal Heath

📋 copy color: '#AD537A'

red 173 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #AD537A

Tints of Royal Heath #AD537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 45.77%
G = 21.96%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD537A (or 0xAD537A) is known color: Royal Heath. HEX triplet: AD, 53 and 7A. RGB value is (173,83,122). Sum of RGB (Red+Green+Blue) = 173+83+122=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD537A is #52AC85. Grayscale: #727272. Windows color (decimal): -5418118 or 8016813. OLE color: 8016813.

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

Color convert

RGB 173 83 122 -
CMYK 0 0.52 0.29 0.32
HSL 334º 0.35% 0.5% -
HSV(B) 334º 0.52% 0.68% -
XYZ 23.84 16.48 20.34 -
YUV 114.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 173 83 122 0 0.52 0.29 0.32 334 0.35 0.5
Hex AD 53 7A 0 34 1D 20 14E 23 32
Octal 255 123 172 0 64 35 40 516 43 62
Binary 10101101 1010011 1111010 0 110100 11101 100000 101001110 100011 110010

Color Harmonies of #AD537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD537A

Black with #AD537A

Text Example


Text Example

White with #AD537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD537A; }

 p { color: rgb(173,83,122); }

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

background-color css

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

 a { background-color: rgb(173,83,122); }

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

border-color css

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

 span { border-color: rgb(173,83,122); }

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