Html Css Color HEX #AD3331 Brown

📋 copy color: '#AD3331'

red 173 ◦ green 51 ◦ blue 49

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

Shades of Brown #AD3331

Tints of Brown #AD3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 63.37%
G = 18.68%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3331 (or 0xAD3331) is known color: Brown. HEX triplet: AD, 33 and 31. RGB value is (173,51,49). Sum of RGB (Red+Green+Blue) = 173+51+49=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3331 is #52CCCE. Grayscale: #575757. Windows color (decimal): -5426383 or 3224493. OLE color: 3224493.

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

Color convert

RGB 173 51 49 -
CMYK 0 0.71 0.72 0.32
HSL 0.97º 0.56% 0.44% -
HSV(B) 0.97º 0.72% 0.68% -
XYZ 18.97 11.47 4.12 -
YUV 87.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 173 51 49 0 0.71 0.72 0.32 0.97 0.56 0.44
Hex AD 33 31 0 47 48 20 1 38 2C
Octal 255 63 61 0 107 110 40 1 70 54
Binary 10101101 110011 110001 0 1000111 1001000 100000 1 111000 101100

Color Harmonies of #AD3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3331

Black with #AD3331

Text Example


Text Example

White with #AD3331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3331; }

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

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

background-color css

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

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

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

border-color css

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

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

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