Html Css Color HEX #AD5975 Royal Heath

📋 copy color: '#AD5975'

red 173 ◦ green 89 ◦ blue 117

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

Shades of Royal Heath #AD5975

Tints of Royal Heath #AD5975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 45.65%
G = 23.48%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5975 (or 0xAD5975) is known color: Royal Heath. HEX triplet: AD, 59 and 75. RGB value is (173,89,117). Sum of RGB (Red+Green+Blue) = 173+89+117=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5975 is #52A68A. Grayscale: #757575. Windows color (decimal): -5416587 or 7690669. OLE color: 7690669.

HSL color Cylindrical-coordinate representation of color #AD5975: hue angle of 340º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5975 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 89 117 -
CMYK 0 0.49 0.32 0.32
HSL 340º 0.34% 0.51% -
HSV(B) 340º 0.49% 0.68% -
XYZ 24.02 17.31 18.91 -
YUV 117.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 173 89 117 0 0.49 0.32 0.32 340 0.34 0.51
Hex AD 59 75 0 31 20 20 154 22 33
Octal 255 131 165 0 61 40 40 524 42 63
Binary 10101101 1011001 1110101 0 110001 100000 100000 101010100 100010 110011

Color Harmonies of #AD5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5975

Black with #AD5975

Text Example


Text Example

White with #AD5975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5975; }

 p { color: rgb(173,89,117); }

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

background-color css

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

 a { background-color: rgb(173,89,117); }

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

border-color css

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

 span { border-color: rgb(173,89,117); }

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