Html Css Color HEX #AD467A Royal Heath

📋 copy color: '#AD467A'

red 173 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #AD467A

Tints of Royal Heath #AD467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 47.4%
G = 19.18%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD467A (or 0xAD467A) is known color: Royal Heath. HEX triplet: AD, 46 and 7A. RGB value is (173,70,122). Sum of RGB (Red+Green+Blue) = 173+70+122=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD467A is #52B985. Grayscale: #6A6A6A. Windows color (decimal): -5421446 or 8013485. OLE color: 8013485.

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

Color convert

RGB 173 70 122 -
CMYK 0 0.60 0.29 0.32
HSL 329.71º 0.42% 0.48% -
HSV(B) 329.71º 0.6% 0.68% -
XYZ 22.94 14.67 20.04 -
YUV 106.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 173 70 122 0 0.60 0.29 0.32 329.71 0.42 0.48
Hex AD 46 7A 0 3C 1D 20 14A 2A 30
Octal 255 106 172 0 74 35 40 512 52 60
Binary 10101101 1000110 1111010 0 111100 11101 100000 101001010 101010 110000

Color Harmonies of #AD467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD467A

Black with #AD467A

Text Example


Text Example

White with #AD467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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