Html Css Color HEX #AA311D Brown

📋 copy color: '#AA311D'

red 170 ◦ green 49 ◦ blue 29

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

Shades of Brown #AA311D

Tints of Brown #AA311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.69%

R = 68.55%
G = 19.76%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA311D (or 0xAA311D) is known color: Brown. HEX triplet: AA, 31 and 1D. RGB value is (170,49,29). Sum of RGB (Red+Green+Blue) = 170+49+29=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA311D is #55CEE2. Grayscale: #535353. Windows color (decimal): -5623523 or 1913258. OLE color: 1913258.

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

Color convert

RGB 170 49 29 -
CMYK 0 0.71 0.83 0.33
HSL 8.51º 0.71% 0.39% -
HSV(B) 8.51º 0.83% 0.67% -
XYZ 17.9 10.83 2.31 -
YUV 82.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 170 49 29 0 0.71 0.83 0.33 8.51 0.71 0.39
Hex AA 31 1D 0 47 53 21 9 47 27
Octal 252 61 35 0 107 123 41 11 107 47
Binary 10101010 110001 11101 0 1000111 1010011 100001 1001 1000111 100111

Color Harmonies of #AA311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA311D

Black with #AA311D

Text Example


Text Example

White with #AA311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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