Html Css Color HEX #AD5675 Royal Heath

📋 copy color: '#AD5675'

red 173 ◦ green 86 ◦ blue 117

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

Shades of Royal Heath #AD5675

Tints of Royal Heath #AD5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.87%

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

R = 46.01%
G = 22.87%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5675 (or 0xAD5675) is known color: Royal Heath. HEX triplet: AD, 56 and 75. RGB value is (173,86,117). Sum of RGB (Red+Green+Blue) = 173+86+117=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5675 is #52A98A. Grayscale: #737373. Windows color (decimal): -5417355 or 7689901. OLE color: 7689901.

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

Color convert

RGB 173 86 117 -
CMYK 0 0.50 0.32 0.32
HSL 338.62º 0.35% 0.51% -
HSV(B) 338.62º 0.5% 0.68% -
XYZ 23.77 16.82 18.82 -
YUV 115.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 173 86 117 0 0.50 0.32 0.32 338.62 0.35 0.51
Hex AD 56 75 0 32 20 20 153 23 33
Octal 255 126 165 0 62 40 40 523 43 63
Binary 10101101 1010110 1110101 0 110010 100000 100000 101010011 100011 110011

Color Harmonies of #AD5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5675

Black with #AD5675

Text Example


Text Example

White with #AD5675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5675; }

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

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

background-color css

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

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

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

border-color css

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

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

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