#AD3527

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

Shades of Brown #AD3527

Tints of Brown #AD3527

Color information

#AD3527 (or 0xAD3527) is unknown color: approx Brown. HEX triplet: AD, 35 and 27. RGB value is (173,53,39). Sum of RGB (Red+Green+Blue) = 173+53+39=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3527 is #52CAD8. Grayscale: #575757. Windows color (decimal): -5425881 or 2569645. OLE color: 2569645.

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

Color convert

RGB1735339-
CMYK00.690.770.32
HSL6.27º63.21%41.57%-
HSV(B)6.27º77.46%67.84%-
XYZ18.8711.583.16-
YUV87.28100.76189.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.28%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=65.28%
G=20%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173533900.690.770.326.2763.2141.57
HexAD35270454D2063f2a
Octal255654701051154067752
Binary10101101110101100111010001011001101100000110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3527; }

 p { color: rgb(173,53,39); }

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

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

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

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

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

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

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