#AD467E

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

Shades of Royal Heath #AD467E

Tints of Royal Heath #AD467E

Color information

#AD467E (or 0xAD467E) is unknown color: approx Royal Heath. HEX triplet: AD, 46 and 7E. RGB value is (173,70,126). Sum of RGB (Red+Green+Blue) = 173+70+126=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD467E is #52B981. Grayscale: #6B6B6B. Windows color (decimal): -5421442 or 8275629. OLE color: 8275629.

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

Color convert

RGB17370126-
CMYK00.600.270.32
HSL327.38º42.39%47.65%-
HSV(B)327.38º59.54%67.84%-
XYZ23.1914.7721.37-
YUV107.18138.62174.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=46.88%
G=18.97%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737012600.600.270.32327.3842.3947.65
HexAD467E03C1B201472a30
Octal25510617607433405075260
Binary1010110110001101111110011110011011100000101000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD467E; }

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

 H1.HeaderClassName
 {
   color: #AD467E;
 }
 .AnyTagClassName
 {
   color: #AD467E;
 }
</style>
background-color css

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

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

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

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

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

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