#AD4671

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

Shades of Royal Heath #AD4671

Tints of Royal Heath #AD4671

Color information

#AD4671 (or 0xAD4671) is unknown color: approx Royal Heath. HEX triplet: AD, 46 and 71. RGB value is (173,70,113). Sum of RGB (Red+Green+Blue) = 173+70+113=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4671 is #52B98E. Grayscale: #696969. Windows color (decimal): -5421455 or 7423661. OLE color: 7423661.

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

Color convert

RGB17370113-
CMYK00.600.350.32
HSL334.95º42.39%47.65%-
HSV(B)334.95º59.54%67.84%-
XYZ22.414.4617.23-
YUV105.7132.12176-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=48.60%
G=19.66%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737011300.600.350.32334.9542.3947.65
HexAD467103C232014f2a30
Octal25510616107443405175260
Binary10101101100011011100010111100100011100000101001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4671; }

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

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

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

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

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

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

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

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