Html Css Color HEX #AD5C76 Royal Heath

📋 copy color: '#AD5C76'

red 173 ◦ green 92 ◦ blue 118

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

Shades of Royal Heath #AD5C76

Tints of Royal Heath #AD5C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.02%

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

R = 45.17%
G = 24.02%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5C76 (or 0xAD5C76) is known color: Royal Heath. HEX triplet: AD, 5C and 76. RGB value is (173,92,118). Sum of RGB (Red+Green+Blue) = 173+92+118=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C76 is #52A389. Grayscale: #777777. Windows color (decimal): -5415818 or 7756973. OLE color: 7756973.

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

Color convert

RGB 173 92 118 -
CMYK 0 0.47 0.32 0.32
HSL 340.74º 0.33% 0.52% -
HSV(B) 340.74º 0.47% 0.68% -
XYZ 24.33 17.85 19.3 -
YUV 119.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 173 92 118 0 0.47 0.32 0.32 340.74 0.33 0.52
Hex AD 5C 76 0 2F 20 20 155 21 34
Octal 255 134 166 0 57 40 40 525 41 64
Binary 10101101 1011100 1110110 0 101111 100000 100000 101010101 100001 110100

Color Harmonies of #AD5C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C76

Black with #AD5C76

Text Example


Text Example

White with #AD5C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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