Html Css Color HEX #AD4A1E Rose Of Sharon

📋 copy color: '#AD4A1E'

red 173 ◦ green 74 ◦ blue 30

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

Shades of Rose Of Sharon #AD4A1E

Tints of Rose Of Sharon #AD4A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.71%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 62.45%
G = 26.71%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD4A1E (or 0xAD4A1E) is known color: Rose Of Sharon. HEX triplet: AD, 4A and 1E. RGB value is (173,74,30). Sum of RGB (Red+Green+Blue) = 173+74+30=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A1E is #52B5E1. Grayscale: #626262. Windows color (decimal): -5420514 or 1985197. OLE color: 1985197.

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

Color convert

RGB 173 74 30 -
CMYK 0 0.57 0.83 0.32
HSL 18.46º 0.7% 0.4% -
HSV(B) 18.46º 0.83% 0.68% -
XYZ 19.92 13.88 2.86 -
YUV 98.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 173 74 30 0 0.57 0.83 0.32 18.46 0.7 0.4
Hex AD 4A 1E 0 39 53 20 12 46 28
Octal 255 112 36 0 71 123 40 22 106 50
Binary 10101101 1001010 11110 0 111001 1010011 100000 10010 1000110 101000

Color Harmonies of #AD4A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A1E

Black with #AD4A1E

Text Example


Text Example

White with #AD4A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A1E; }

 p { color: rgb(173,74,30); }

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

background-color css

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

 a { background-color: rgb(173,74,30); }

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

border-color css

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

 span { border-color: rgb(173,74,30); }

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