Html Css Color HEX #AD3326 Brown

📋 copy color: '#AD3326'

red 173 ◦ green 51 ◦ blue 38

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

Shades of Brown #AD3326

Tints of Brown #AD3326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.5%

R = 66.03%
G = 19.47%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD3326 (or 0xAD3326) is known color: Brown. HEX triplet: AD, 33 and 26. RGB value is (173,51,38). Sum of RGB (Red+Green+Blue) = 173+51+38=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3326 is #52CCD9. Grayscale: #565656. Windows color (decimal): -5426394 or 2503597. OLE color: 2503597.

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

Color convert

RGB 173 51 38 -
CMYK 0 0.71 0.78 0.32
HSL 5.78º 0.64% 0.41% -
HSV(B) 5.78º 0.78% 0.68% -
XYZ 18.77 11.39 3.04 -
YUV 86 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 173 51 38 0 0.71 0.78 0.32 5.78 0.64 0.41
Hex AD 33 26 0 47 4E 20 6 40 29
Octal 255 63 46 0 107 116 40 6 100 51
Binary 10101101 110011 100110 0 1000111 1001110 100000 110 1000000 101001

Color Harmonies of #AD3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3326

Black with #AD3326

Text Example


Text Example

White with #AD3326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3326; }

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

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

background-color css

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

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

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

border-color css

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

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

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