Html Css Color HEX #AD3021 Brown

📋 copy color: '#AD3021'

red 173 ◦ green 48 ◦ blue 33

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

Shades of Brown #AD3021

Tints of Brown #AD3021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 68.11%
G = 18.9%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD3021 (or 0xAD3021) is known color: Brown. HEX triplet: AD, 30 and 21. RGB value is (173,48,33). Sum of RGB (Red+Green+Blue) = 173+48+33=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3021 is #52CFDE. Grayscale: #535353. Windows color (decimal): -5427167 or 2175149. OLE color: 2175149.

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

Color convert

RGB 173 48 33 -
CMYK 0 0.72 0.81 0.32
HSL 6.43º 0.68% 0.4% -
HSV(B) 6.43º 0.81% 0.68% -
XYZ 18.57 11.11 2.6 -
YUV 83.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 173 48 33 0 0.72 0.81 0.32 6.43 0.68 0.4
Hex AD 30 21 0 48 51 20 6 44 28
Octal 255 60 41 0 110 121 40 6 104 50
Binary 10101101 110000 100001 0 1001000 1010001 100000 110 1000100 101000

Color Harmonies of #AD3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3021

Black with #AD3021

Text Example


Text Example

White with #AD3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3021; }

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

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

background-color css

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

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

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

border-color css

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

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

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