#AD4C2C

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

Shades of Rose Of Sharon #AD4C2C

Tints of Rose Of Sharon #AD4C2C

Color information

#AD4C2C (or 0xAD4C2C) is unknown color: approx Rose Of Sharon. HEX triplet: AD, 4C and 2C. RGB value is (173,76,44). Sum of RGB (Red+Green+Blue) = 173+76+44=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C2C is #52B3D3. Grayscale: #656565. Windows color (decimal): -5419988 or 2903213. OLE color: 2903213.

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

Color convert

RGB1737644-
CMYK00.560.750.32
HSL14.88º59.45%42.55%-
HSV(B)14.88º74.57%67.84%-
XYZ20.2714.234.06-
YUV101.3695.64179.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.04%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=59.04%
G=25.94%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173764400.560.750.3214.8859.4542.55
HexAD4C2C0384B20f3b2b
Octal2551145407011340177353
Binary101011011001100101100011100010010111000001111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4C2C; }

 p { color: rgb(173,76,44); }

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

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

 a { background-color: rgb(173,76,44); }

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

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

 span { border-color: rgb(173,76,44); }

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