#AD542A

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

Shades of Rose Of Sharon #AD542A

Tints of Rose Of Sharon #AD542A

Color information

#AD542A (or 0xAD542A) is unknown color: approx Rose Of Sharon. HEX triplet: AD, 54 and 2A. RGB value is (173,84,42). Sum of RGB (Red+Green+Blue) = 173+84+42=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD542A is #52ABD5. Grayscale: #6A6A6A. Windows color (decimal): -5417942 or 2774189. OLE color: 2774189.

HSL color Cylindrical-coordinate representation of color #AD542A: hue angle of 19.24º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD542A is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1738442-
CMYK00.510.760.32
HSL19.24º60.93%42.16%-
HSV(B)19.24º75.72%67.84%-
XYZ20.8215.394.06-
YUV105.8291.99175.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=57.86%
G=28.09%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173844200.510.760.3219.2460.9342.16
HexAD542A0334C20133d2a
Octal2551245206311440237552
Binary1010110110101001010100110011100110010000010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD542A; }

 p { color: rgb(173,84,42); }

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

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

 a { background-color: rgb(173,84,42); }

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

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

 span { border-color: rgb(173,84,42); }

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