#AD451F

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

Shades of Rose Of Sharon #AD451F

Tints of Rose Of Sharon #AD451F

Color information

#AD451F (or 0xAD451F) is unknown color: approx Rose Of Sharon. HEX triplet: AD, 45 and 1F. RGB value is (173,69,31). Sum of RGB (Red+Green+Blue) = 173+69+31=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD451F is #52BAE0. Grayscale: #606060. Windows color (decimal): -5421793 or 2049453. OLE color: 2049453.

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

Color convert

RGB1736931-
CMYK00.600.820.32
HSL16.06º69.61%40%-
HSV(B)16.06º82.08%67.84%-
XYZ19.6113.242.82-
YUV95.7691.46183.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 63.37%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 31 (12.5% from 255) = 11.36%
R=63.37%
G=25.27%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173693100.600.820.3216.0669.6140
HexAD451F03C5220104628
Octal25510537074122402010650
Binary1010110110001011111101111001010010100000100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD451F; }

 p { color: rgb(173,69,31); }

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

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

 a { background-color: rgb(173,69,31); }

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

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

 span { border-color: rgb(173,69,31); }

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