Html Css Color HEX #AD567A Royal Heath

📋 copy color: '#AD567A'

red 173 ◦ green 86 ◦ blue 122

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

Shades of Royal Heath #AD567A

Tints of Royal Heath #AD567A

RGB

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

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

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

R = 45.41%
G = 22.57%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD567A (or 0xAD567A) is known color: Royal Heath. HEX triplet: AD, 56 and 7A. RGB value is (173,86,122). Sum of RGB (Red+Green+Blue) = 173+86+122=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD567A is #52A985. Grayscale: #747474. Windows color (decimal): -5417350 or 8017581. OLE color: 8017581.

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

Color convert

RGB 173 86 122 -
CMYK 0 0.50 0.29 0.32
HSL 335.17º 0.35% 0.51% -
HSV(B) 335.17º 0.5% 0.68% -
XYZ 24.07 16.94 20.41 -
YUV 116.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 173 86 122 0 0.50 0.29 0.32 335.17 0.35 0.51
Hex AD 56 7A 0 32 1D 20 14F 23 33
Octal 255 126 172 0 62 35 40 517 43 63
Binary 10101101 1010110 1111010 0 110010 11101 100000 101001111 100011 110011

Color Harmonies of #AD567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD567A

Black with #AD567A

Text Example


Text Example

White with #AD567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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