#AE3021

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

Shades of Brown #AE3021

Tints of Brown #AE3021

Color information

#AE3021 (or 0xAE3021) is unknown color: approx Brown. HEX triplet: AE, 30 and 21. RGB value is (174,48,33). Sum of RGB (Red+Green+Blue) = 174+48+33=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3021 is #51CFDE. Grayscale: #545454. Windows color (decimal): -5361631 or 2175150. OLE color: 2175150.

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

Color convert

RGB1744833-
CMYK00.720.810.32
HSL6.38º68.12%40.59%-
HSV(B)6.38º81.03%68.24%-
XYZ18.7911.222.61-
YUV83.9699.24192.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 33 (13.28% from 255) = 12.94%
R=68.24%
G=18.82%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174483300.720.810.326.3868.1240.59
HexAE3021048512064429
Octal2566041011012140610451
Binary101011101100001000010100100010100011000001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3021; }

 p { color: rgb(174,48,33); }

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

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

 a { background-color: rgb(174,48,33); }

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

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

 span { border-color: rgb(174,48,33); }

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