#AD502E

Color #AD502E Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AD502E

Tints of Rose Of Sharon #AD502E

Color information

#AD502E (or 0xAD502E) is unknown color: approx Rose Of Sharon. HEX triplet: AD, 50 and 2E. RGB value is (173,80,46). Sum of RGB (Red+Green+Blue) = 173+80+46=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD502E is #52AFD1. Grayscale: #686868. Windows color (decimal): -5418962 or 3035309. OLE color: 3035309.

HSL color Cylindrical-coordinate representation of color #AD502E: hue angle of 16.06º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD502E is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB1738046-
CMYK00.540.730.32
HSL16.06º57.99%42.94%-
HSV(B)16.06º73.41%67.84%-
XYZ20.614.824.36-
YUV103.9395.31177.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 46 (18.36% from 255) = 15.38%
R=57.86%
G=26.76%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173804600.540.730.3216.0657.9942.94
HexAD502E0364920103a2b
Octal2551205606611140207253
Binary1010110110100001011100110110100100110000010000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD502E; }

 p { color: rgb(173,80,46); }

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

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

 a { background-color: rgb(173,80,46); }

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

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

 span { border-color: rgb(173,80,46); }

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