#AA3123

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

Shades of Brown #AA3123

Tints of Brown #AA3123

Color information

#AA3123 (or 0xAA3123) is unknown color: approx Brown. HEX triplet: AA, 31 and 23. RGB value is (170,49,35). Sum of RGB (Red+Green+Blue) = 170+49+35=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3123 is #55CEDC. Grayscale: #535353. Windows color (decimal): -5623517 or 2306474. OLE color: 2306474.

HSL color Cylindrical-coordinate representation of color #AA3123: hue angle of 6.22º 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 #AA3123 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1704935-
CMYK00.710.790.33
HSL6.22º65.85%40.2%-
HSV(B)6.22º79.41%66.67%-
XYZ17.9810.862.74-
YUV83.58100.59189.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 35 (14.06% from 255) = 13.78%
R=66.93%
G=19.29%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170493500.710.790.336.2265.8540.2
HexAA31230474F2164228
Octal2526143010711741610250
Binary101010101100011000110100011110011111000011101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3123; }

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

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

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

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

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

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

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

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