#AD3333

Color #AD3333 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #AD3333

Tints of Brown #AD3333

Color information

#AD3333 (or 0xAD3333) is unknown color: approx Brown. HEX triplet: AD, 33 and 33. RGB value is (173,51,51). Sum of RGB (Red+Green+Blue) = 173+51+51=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3333 is #52CCCC. Grayscale: #575757. Windows color (decimal): -5426381 or 3355565. OLE color: 3355565.

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

Color convert

RGB1735151-
CMYK00.710.710.32
HSL54.46%43.92%-
HSV(B)70.52%67.84%-
XYZ19.0111.494.35-
YUV87.48107.42189-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.91%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=62.91%
G=18.55%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173515100.710.710.32054.4643.92
HexAD333304747200362c
Octal255636301071074006654
Binary101011011100111100110100011110001111000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3333; }

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

 H1.HeaderClassName
 {
   color: #AD3333;
 }
 .AnyTagClassName
 {
   color: #AD3333;
 }
</style>
background-color css

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

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

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

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

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

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