#AE3023

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

Shades of Brown #AE3023

Tints of Brown #AE3023

Color information

#AE3023 (or 0xAE3023) is unknown color: approx Brown. HEX triplet: AE, 30 and 23. RGB value is (174,48,35). Sum of RGB (Red+Green+Blue) = 174+48+35=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3023 is #51CFDC. Grayscale: #545454. Windows color (decimal): -5361629 or 2306222. OLE color: 2306222.

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

Color convert

RGB1744835-
CMYK00.720.800.32
HSL5.61º66.51%40.98%-
HSV(B)5.61º79.89%68.24%-
XYZ18.8211.232.77-
YUV84.19100.24192.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.70%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 35 (14.06% from 255) = 13.62%
R=67.70%
G=18.68%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174483500.720.800.325.6166.5140.98
HexAE3023048502064329
Octal2566043011012040610351
Binary101011101100001000110100100010100001000001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3023; }

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

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

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

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

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

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

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

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