#AA3023

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

Shades of Brown #AA3023

Tints of Brown #AA3023

Color information

#AA3023 (or 0xAA3023) is unknown color: approx Brown. HEX triplet: AA, 30 and 23. RGB value is (170,48,35). Sum of RGB (Red+Green+Blue) = 170+48+35=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3023 is #55CFDC. Grayscale: #535353. Windows color (decimal): -5623773 or 2306218. OLE color: 2306218.

HSL color Cylindrical-coordinate representation of color #AA3023: hue angle of 5.78º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA3023 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1704835-
CMYK00.720.790.33
HSL5.78º65.85%40.2%-
HSV(B)5.78º79.41%66.67%-
XYZ17.9410.782.73-
YUV83100.92190.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=67.19%
G=18.97%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170483500.720.790.335.7865.8540.2
HexAA30230484F2164228
Octal2526043011011741610250
Binary101010101100001000110100100010011111000011101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3023; }

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

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

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

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

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

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

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

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