Html Css Color HEX #AD5B7B Royal Heath

📋 copy color: '#AD5B7B'

red 173 ◦ green 91 ◦ blue 123

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

Shades of Royal Heath #AD5B7B

Tints of Royal Heath #AD5B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.51%

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 44.7%
G = 23.51%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD5B7B (or 0xAD5B7B) is known color: Royal Heath. HEX triplet: AD, 5B and 7B. RGB value is (173,91,123). Sum of RGB (Red+Green+Blue) = 173+91+123=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B7B is #52A484. Grayscale: #777777. Windows color (decimal): -5416069 or 8084397. OLE color: 8084397.

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

Color convert

RGB 173 91 123 -
CMYK 0 0.47 0.29 0.32
HSL 336.59º 0.33% 0.52% -
HSV(B) 336.59º 0.47% 0.68% -
XYZ 24.55 17.8 20.88 -
YUV 119.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 173 91 123 0 0.47 0.29 0.32 336.59 0.33 0.52
Hex AD 5B 7B 0 2F 1D 20 151 21 34
Octal 255 133 173 0 57 35 40 521 41 64
Binary 10101101 1011011 1111011 0 101111 11101 100000 101010001 100001 110100

Color Harmonies of #AD5B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B7B

Black with #AD5B7B

Text Example


Text Example

White with #AD5B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B7B; }

 p { color: rgb(173,91,123); }

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

background-color css

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

 a { background-color: rgb(173,91,123); }

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

border-color css

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

 span { border-color: rgb(173,91,123); }

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