Html Css Color HEX #AD4930 Rose Of Sharon

📋 copy color: '#AD4930'

red 173 ◦ green 73 ◦ blue 48

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

Shades of Rose Of Sharon #AD4930

Tints of Rose Of Sharon #AD4930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.33%

R = 58.84%
G = 24.83%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD4930 (or 0xAD4930) is known color: Rose Of Sharon. HEX triplet: AD, 49 and 30. RGB value is (173,73,48). Sum of RGB (Red+Green+Blue) = 173+73+48=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4930 is #52B6CF. Grayscale: #646464. Windows color (decimal): -5420752 or 3164589. OLE color: 3164589.

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

Color convert

RGB 173 73 48 -
CMYK 0 0.58 0.72 0.32
HSL 12º 0.57% 0.43% -
HSV(B) 12º 0.72% 0.68% -
XYZ 20.15 13.86 4.41 -
YUV 100.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 173 73 48 0 0.58 0.72 0.32 12 0.57 0.43
Hex AD 49 30 0 3A 48 20 C 39 2B
Octal 255 111 60 0 72 110 40 14 71 53
Binary 10101101 1001001 110000 0 111010 1001000 100000 1100 111001 101011

Color Harmonies of #AD4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4930

Black with #AD4930

Text Example


Text Example

White with #AD4930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4930; }

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

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

background-color css

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

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

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

border-color css

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

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

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