Html Css Color HEX #AA371F Brown

📋 copy color: '#AA371F'

red 170 ◦ green 55 ◦ blue 31

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

Shades of Brown #AA371F

Tints of Brown #AA371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 66.41%
G = 21.48%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA371F (or 0xAA371F) is known color: Brown. HEX triplet: AA, 37 and 1F. RGB value is (170,55,31). Sum of RGB (Red+Green+Blue) = 170+55+31=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA371F is #55C8E0. Grayscale: #565656. Windows color (decimal): -5621985 or 2045866. OLE color: 2045866.

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

Color convert

RGB 170 55 31 -
CMYK 0 0.68 0.82 0.33
HSL 10.36º 0.69% 0.39% -
HSV(B) 10.36º 0.82% 0.67% -
XYZ 18.19 11.38 2.53 -
YUV 86.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 170 55 31 0 0.68 0.82 0.33 10.36 0.69 0.39
Hex AA 37 1F 0 44 52 21 A 45 27
Octal 252 67 37 0 104 122 41 12 105 47
Binary 10101010 110111 11111 0 1000100 1010010 100001 1010 1000101 100111

Color Harmonies of #AA371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA371F

Black with #AA371F

Text Example


Text Example

White with #AA371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA371F; }

 p { color: rgb(170,55,31); }

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

background-color css

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

 a { background-color: rgb(170,55,31); }

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

border-color css

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

 span { border-color: rgb(170,55,31); }

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