Html Css Color HEX #AA312E Brown

📋 copy color: '#AA312E'

red 170 ◦ green 49 ◦ blue 46

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

Shades of Brown #AA312E

Tints of Brown #AA312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.36%

R = 64.15%
G = 18.49%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA312E (or 0xAA312E) is known color: Brown. HEX triplet: AA, 31 and 2E. RGB value is (170,49,46). Sum of RGB (Red+Green+Blue) = 170+49+46=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA312E is #55CED1. Grayscale: #545454. Windows color (decimal): -5623506 or 3027370. OLE color: 3027370.

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

Color convert

RGB 170 49 46 -
CMYK 0 0.71 0.73 0.33
HSL 1.45º 0.57% 0.42% -
HSV(B) 1.45º 0.73% 0.67% -
XYZ 18.17 10.94 3.74 -
YUV 84.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 170 49 46 0 0.71 0.73 0.33 1.45 0.57 0.42
Hex AA 31 2E 0 47 49 21 1 39 2A
Octal 252 61 56 0 107 111 41 1 71 52
Binary 10101010 110001 101110 0 1000111 1001001 100001 1 111001 101010

Color Harmonies of #AA312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA312E

Black with #AA312E

Text Example


Text Example

White with #AA312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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