Html Css Color HEX #AD5075 Royal Heath

📋 copy color: '#AD5075'

red 173 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #AD5075

Tints of Royal Heath #AD5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 46.76%
G = 21.62%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5075 (or 0xAD5075) is known color: Royal Heath. HEX triplet: AD, 50 and 75. RGB value is (173,80,117). Sum of RGB (Red+Green+Blue) = 173+80+117=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5075 is #52AF8A. Grayscale: #6F6F6F. Windows color (decimal): -5418891 or 7688365. OLE color: 7688365.

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

Color convert

RGB 173 80 117 -
CMYK 0 0.54 0.32 0.32
HSL 336.13º 0.37% 0.5% -
HSV(B) 336.13º 0.54% 0.68% -
XYZ 23.31 15.91 18.67 -
YUV 112.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 173 80 117 0 0.54 0.32 0.32 336.13 0.37 0.5
Hex AD 50 75 0 36 20 20 150 25 32
Octal 255 120 165 0 66 40 40 520 45 62
Binary 10101101 1010000 1110101 0 110110 100000 100000 101010000 100101 110010

Color Harmonies of #AD5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5075

Black with #AD5075

Text Example


Text Example

White with #AD5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5075; }

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

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

background-color css

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

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

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

border-color css

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

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

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