Html Css Color HEX #AD492C Rose Of Sharon

📋 copy color: '#AD492C'

red 173 ◦ green 73 ◦ blue 44

#AD492C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #AD492C

Tints of Rose Of Sharon #AD492C

RGB

 RED value IS 173 (67.97% from 255) = 59.66%

 GREEN value IS 73 (28.91% from 255) = 25.17%

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 59.66%
G = 25.17%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD492C (or 0xAD492C) is known color: Rose Of Sharon. HEX triplet: AD, 49 and 2C. RGB value is (173,73,44). Sum of RGB (Red+Green+Blue) = 173+73+44=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD492C is #52B6D3. Grayscale: #636363. Windows color (decimal): -5420756 or 2902445. OLE color: 2902445.

HSL color Cylindrical-coordinate representation of color #AD492C: hue angle of 13.49º 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 #AD492C is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 73 44 -
CMYK 0 0.58 0.75 0.32
HSL 13.49º 0.59% 0.43% -
HSV(B) 13.49º 0.75% 0.68% -
XYZ 20.07 13.83 3.99 -
YUV 99.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 173 73 44 0 0.58 0.75 0.32 13.49 0.59 0.43
Hex AD 49 2C 0 3A 4B 20 D 3B 2B
Octal 255 111 54 0 72 113 40 15 73 53
Binary 10101101 1001001 101100 0 111010 1001011 100000 1101 111011 101011

Color Harmonies of #AD492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD492C

Black with #AD492C

Text Example


Text Example

White with #AD492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD492C; }

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

 H1.HeaderClassName
 {
   color: #AD492C;
 }
 .AnyTagClassName
 {
   color: #AD492C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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