Html Css Color HEX #AD467F Royal Heath

📋 copy color: '#AD467F'

red 173 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #AD467F

Tints of Royal Heath #AD467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 46.76%
G = 18.92%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD467F (or 0xAD467F) is known color: Royal Heath. HEX triplet: AD, 46 and 7F. RGB value is (173,70,127). Sum of RGB (Red+Green+Blue) = 173+70+127=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD467F is #52B980. Grayscale: #6B6B6B. Windows color (decimal): -5421441 or 8341165. OLE color: 8341165.

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

Color convert

RGB 173 70 127 -
CMYK 0 0.60 0.27 0.32
HSL 326.8º 0.42% 0.48% -
HSV(B) 326.8º 0.6% 0.68% -
XYZ 23.25 14.8 21.71 -
YUV 107.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 173 70 127 0 0.60 0.27 0.32 326.8 0.42 0.48
Hex AD 46 7F 0 3C 1B 20 147 2A 30
Octal 255 106 177 0 74 33 40 507 52 60
Binary 10101101 1000110 1111111 0 111100 11011 100000 101000111 101010 110000

Color Harmonies of #AD467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD467F

Black with #AD467F

Text Example


Text Example

White with #AD467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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