#AD467A

Color #AD467A Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AD467A

Tints of Royal Heath #AD467A

Color information

#AD467A (or 0xAD467A) is unknown color: approx 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

RGB17370122-
CMYK00.600.290.32
HSL329.71º42.39%47.65%-
HSV(B)329.71º59.54%67.84%-
XYZ22.9414.6720.03-
YUV106.72136.62175.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=47.40%
G=19.18%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737012200.600.290.32329.7142.3947.65
HexAD467A03C1D2014a2a30
Octal25510617207435405125260
Binary1010110110001101111010011110011101100000101001010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>