#AD5374

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

Shades of Royal Heath #AD5374

Tints of Royal Heath #AD5374

Color information

#AD5374 (or 0xAD5374) is unknown color: approx Royal Heath. HEX triplet: AD, 53 and 74. RGB value is (173,83,116). Sum of RGB (Red+Green+Blue) = 173+83+116=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5374 is #52AC8B. Grayscale: #717171. Windows color (decimal): -5418124 or 7623597. OLE color: 7623597.

HSL color Cylindrical-coordinate representation of color #AD5374: hue angle of 338º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5374 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB17383116-
CMYK00.520.330.32
HSL338º35.43%50.2%-
HSV(B)338º52.02%67.84%-
XYZ23.4816.3318.44-
YUV113.67129.32170.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=46.51%
G=22.31%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738311600.520.330.3233835.4350.2
HexAD537403421201522332
Octal25512316406441405224362
Binary10101101101001111101000110100100001100000101010010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5374; }

 p { color: rgb(173,83,116); }

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

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

 a { background-color: rgb(173,83,116); }

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

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

 span { border-color: rgb(173,83,116); }

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