Html Css Color HEX #AD4B20 Rose Of Sharon

📋 copy color: '#AD4B20'

red 173 ◦ green 75 ◦ blue 32

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

Shades of Rose Of Sharon #AD4B20

Tints of Rose Of Sharon #AD4B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.79%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 61.79%
G = 26.79%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD4B20 (or 0xAD4B20) is known color: Rose Of Sharon. HEX triplet: AD, 4B and 20. RGB value is (173,75,32). Sum of RGB (Red+Green+Blue) = 173+75+32=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B20 is #52B4DF. Grayscale: #636363. Windows color (decimal): -5420256 or 2116525. OLE color: 2116525.

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

Color convert

RGB 173 75 32 -
CMYK 0 0.57 0.82 0.32
HSL 18.3º 0.69% 0.4% -
HSV(B) 18.3º 0.82% 0.68% -
XYZ 20.01 14.02 3.02 -
YUV 99.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 173 75 32 0 0.57 0.82 0.32 18.3 0.69 0.4
Hex AD 4B 20 0 39 52 20 12 45 28
Octal 255 113 40 0 71 122 40 22 105 50
Binary 10101101 1001011 100000 0 111001 1010010 100000 10010 1000101 101000

Color Harmonies of #AD4B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B20

Black with #AD4B20

Text Example


Text Example

White with #AD4B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B20; }

 p { color: rgb(173,75,32); }

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

background-color css

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

 a { background-color: rgb(173,75,32); }

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

border-color css

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

 span { border-color: rgb(173,75,32); }

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