Html Css Color HEX #AA3121 Brown

📋 copy color: '#AA3121'

red 170 ◦ green 49 ◦ blue 33

#AA3121
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #AA3121

Tints of Brown #AA3121

RGB

 RED value IS 170 (66.8% from 255) = 67.46%

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 67.46%
G = 19.44%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA3121 (or 0xAA3121) is known color: Brown. HEX triplet: AA, 31 and 21. RGB value is (170,49,33). Sum of RGB (Red+Green+Blue) = 170+49+33=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3121 is #55CEDE. Grayscale: #535353. Windows color (decimal): -5623519 or 2175402. OLE color: 2175402.

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

Color convert

RGB 170 49 33 -
CMYK 0 0.71 0.81 0.33
HSL 7.01º 0.67% 0.4% -
HSV(B) 7.01º 0.81% 0.67% -
XYZ 17.95 10.85 2.59 -
YUV 83.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 170 49 33 0 0.71 0.81 0.33 7.01 0.67 0.4
Hex AA 31 21 0 47 51 21 7 43 28
Octal 252 61 41 0 107 121 41 7 103 50
Binary 10101010 110001 100001 0 1000111 1010001 100001 111 1000011 101000

Color Harmonies of #AA3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3121

Black with #AA3121

Text Example


Text Example

White with #AA3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3121; }

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

 H1.HeaderClassName
 {
   color: #AA3121;
 }
 .AnyTagClassName
 {
   color: #AA3121;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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