Html Css Color HEX #AD491F Rose Of Sharon

📋 copy color: '#AD491F'

red 173 ◦ green 73 ◦ blue 31

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

Shades of Rose Of Sharon #AD491F

Tints of Rose Of Sharon #AD491F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 62.45%
G = 26.35%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD491F (or 0xAD491F) is known color: Rose Of Sharon. HEX triplet: AD, 49 and 1F. RGB value is (173,73,31). Sum of RGB (Red+Green+Blue) = 173+73+31=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD491F is #52B6E0. Grayscale: #626262. Windows color (decimal): -5420769 or 2050477. OLE color: 2050477.

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

Color convert

RGB 173 73 31 -
CMYK 0 0.58 0.82 0.32
HSL 17.75º 0.7% 0.4% -
HSV(B) 17.75º 0.82% 0.68% -
XYZ 19.86 13.75 2.9 -
YUV 98.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 173 73 31 0 0.58 0.82 0.32 17.75 0.7 0.4
Hex AD 49 1F 0 3A 52 20 12 46 28
Octal 255 111 37 0 72 122 40 22 106 50
Binary 10101101 1001001 11111 0 111010 1010010 100000 10010 1000110 101000

Color Harmonies of #AD491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD491F

Black with #AD491F

Text Example


Text Example

White with #AD491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD491F; }

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

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

background-color css

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

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

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

border-color css

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

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

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