Html Css Color HEX #AD466F Royal Heath

📋 copy color: '#AD466F'

red 173 ◦ green 70 ◦ blue 111

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

Shades of Royal Heath #AD466F

Tints of Royal Heath #AD466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 48.87%
G = 19.77%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD466F (or 0xAD466F) is known color: Royal Heath. HEX triplet: AD, 46 and 6F. RGB value is (173,70,111). Sum of RGB (Red+Green+Blue) = 173+70+111=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD466F is #52B990. Grayscale: #696969. Windows color (decimal): -5421457 or 7292589. OLE color: 7292589.

HSL color Cylindrical-coordinate representation of color #AD466F: hue angle of 336.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD466F is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 70 111 -
CMYK 0 0.60 0.36 0.32
HSL 336.12º 0.42% 0.48% -
HSV(B) 336.12º 0.6% 0.68% -
XYZ 22.29 14.41 16.65 -
YUV 105.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 173 70 111 0 0.60 0.36 0.32 336.12 0.42 0.48
Hex AD 46 6F 0 3C 24 20 150 2A 30
Octal 255 106 157 0 74 44 40 520 52 60
Binary 10101101 1000110 1101111 0 111100 100100 100000 101010000 101010 110000

Color Harmonies of #AD466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD466F

Black with #AD466F

Text Example


Text Example

White with #AD466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD466F; }

 p { color: rgb(173,70,111); }

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

background-color css

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

 a { background-color: rgb(173,70,111); }

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

border-color css

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

 span { border-color: rgb(173,70,111); }

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