#AE302D

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

Shades of Brown #AE302D

Tints of Brown #AE302D

Color information

#AE302D (or 0xAE302D) is unknown color: approx Brown. HEX triplet: AE, 30 and 2D. RGB value is (174,48,45). Sum of RGB (Red+Green+Blue) = 174+48+45=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE302D is #51CFD2. Grayscale: #555555. Windows color (decimal): -5361619 or 2961582. OLE color: 2961582.

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

Color convert

RGB1744845-
CMYK00.720.740.32
HSL1.4º58.9%42.94%-
HSV(B)1.4º74.14%68.24%-
XYZ18.9911.33.66-
YUV85.33105.24191.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.17%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=65.17%
G=17.98%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174484500.720.740.321.458.942.94
HexAE302D0484A2013b2b
Octal256605501101124017353
Binary101011101100001011010100100010010101000001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE302D; }

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

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

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

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

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

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

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

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