Html Css Color HEX #AD3120 Brown

📋 copy color: '#AD3120'

red 173 ◦ green 49 ◦ blue 32

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

Shades of Brown #AD3120

Tints of Brown #AD3120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

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

R = 68.11%
G = 19.29%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD3120 (or 0xAD3120) is known color: Brown. HEX triplet: AD, 31 and 20. RGB value is (173,49,32). Sum of RGB (Red+Green+Blue) = 173+49+32=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3120 is #52CEDF. Grayscale: #545454. Windows color (decimal): -5426912 or 2109869. OLE color: 2109869.

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

Color convert

RGB 173 49 32 -
CMYK 0 0.72 0.82 0.32
HSL 7.23º 0.69% 0.4% -
HSV(B) 7.23º 0.82% 0.68% -
XYZ 18.59 11.19 2.55 -
YUV 84.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 173 49 32 0 0.72 0.82 0.32 7.23 0.69 0.4
Hex AD 31 20 0 48 52 20 7 45 28
Octal 255 61 40 0 110 122 40 7 105 50
Binary 10101101 110001 100000 0 1001000 1010010 100000 111 1000101 101000

Color Harmonies of #AD3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3120

Black with #AD3120

Text Example


Text Example

White with #AD3120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3120; }

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

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

background-color css

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

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

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

border-color css

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

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

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