#AE302B

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

Shades of Brown #AE302B

Tints of Brown #AE302B

Color information

#AE302B (or 0xAE302B) is unknown color: approx Brown. HEX triplet: AE, 30 and 2B. RGB value is (174,48,43). Sum of RGB (Red+Green+Blue) = 174+48+43=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE302B is #51CFD4. Grayscale: #555555. Windows color (decimal): -5361621 or 2830510. OLE color: 2830510.

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

Color convert

RGB1744843-
CMYK00.720.750.32
HSL2.29º60.37%42.55%-
HSV(B)2.29º75.29%68.24%-
XYZ18.9511.293.47-
YUV85.1104.24191.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=65.66%
G=18.11%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174484300.720.750.322.2960.3742.55
HexAE302B0484B2023c2b
Octal256605301101134027453
Binary1010111011000010101101001000100101110000010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE302B; }

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

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

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

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

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

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

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

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