Html Css Color HEX #AD3324 Brown

📋 copy color: '#AD3324'

red 173 ◦ green 51 ◦ blue 36

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

Shades of Brown #AD3324

Tints of Brown #AD3324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 66.54%
G = 19.62%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3324 (or 0xAD3324) is known color: Brown. HEX triplet: AD, 33 and 24. RGB value is (173,51,36). Sum of RGB (Red+Green+Blue) = 173+51+36=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3324 is #52CCDB. Grayscale: #555555. Windows color (decimal): -5426396 or 2372525. OLE color: 2372525.

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

Color convert

RGB 173 51 36 -
CMYK 0 0.71 0.79 0.32
HSL 6.57º 0.66% 0.41% -
HSV(B) 6.57º 0.79% 0.68% -
XYZ 18.74 11.38 2.88 -
YUV 85.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 173 51 36 0 0.71 0.79 0.32 6.57 0.66 0.41
Hex AD 33 24 0 47 4F 20 7 42 29
Octal 255 63 44 0 107 117 40 7 102 51
Binary 10101101 110011 100100 0 1000111 1001111 100000 111 1000010 101001

Color Harmonies of #AD3324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3324

Black with #AD3324

Text Example


Text Example

White with #AD3324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3324; }

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

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

background-color css

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

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

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

border-color css

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

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

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