#AD3226

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

Shades of Brown #AD3226

Tints of Brown #AD3226

Color information

#AD3226 (or 0xAD3226) is unknown color: approx Brown. HEX triplet: AD, 32 and 26. RGB value is (173,50,38). Sum of RGB (Red+Green+Blue) = 173+50+38=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3226 is #52CDD9. Grayscale: #555555. Windows color (decimal): -5426650 or 2503341. OLE color: 2503341.

HSL color Cylindrical-coordinate representation of color #AD3226: hue angle of 5.33º 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 #AD3226 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB1735038-
CMYK00.710.780.32
HSL5.33º63.98%41.37%-
HSV(B)5.33º78.03%67.84%-
XYZ18.7211.313.03-
YUV85.41101.25190.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.28%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 38 (15.23% from 255) = 14.56%
R=66.28%
G=19.16%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173503800.710.780.325.3363.9841.37
HexAD32260474E2054029
Octal2556246010711640510051
Binary101011011100101001100100011110011101000001011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3226; }

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

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

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

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

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

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

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

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