Html Css Color HEX #AD3329 Brown

📋 copy color: '#AD3329'

red 173 ◦ green 51 ◦ blue 41

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

Shades of Brown #AD3329

Tints of Brown #AD3329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 65.28%
G = 19.25%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD3329 (or 0xAD3329) is known color: Brown. HEX triplet: AD, 33 and 29. RGB value is (173,51,41). Sum of RGB (Red+Green+Blue) = 173+51+41=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3329 is #52CCD6. Grayscale: #565656. Windows color (decimal): -5426391 or 2700205. OLE color: 2700205.

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

Color convert

RGB 173 51 41 -
CMYK 0 0.71 0.76 0.32
HSL 4.55º 0.62% 0.42% -
HSV(B) 4.55º 0.76% 0.68% -
XYZ 18.82 11.41 3.31 -
YUV 86.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 173 51 41 0 0.71 0.76 0.32 4.55 0.62 0.42
Hex AD 33 29 0 47 4C 20 5 3E 2A
Octal 255 63 51 0 107 114 40 5 76 52
Binary 10101101 110011 101001 0 1000111 1001100 100000 101 111110 101010

Color Harmonies of #AD3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3329

Black with #AD3329

Text Example


Text Example

White with #AD3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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