Html Css Color HEX #AA371E Brown

📋 copy color: '#AA371E'

red 170 ◦ green 55 ◦ blue 30

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

Shades of Brown #AA371E

Tints of Brown #AA371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 66.67%
G = 21.57%
B = 11.76%

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

#AA371E (or 0xAA371E) is known color: Brown. HEX triplet: AA, 37 and 1E. RGB value is (170,55,30). Sum of RGB (Red+Green+Blue) = 170+55+30=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA371E is #55C8E1. Grayscale: #565656. Windows color (decimal): -5621986 or 1980330. OLE color: 1980330.

HSL color Cylindrical-coordinate representation of color #AA371E: hue angle of 10.71º degrees, saturation: 0.7, 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 #AA371E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 30 -
CMYK 0 0.68 0.82 0.33
HSL 10.71º 0.7% 0.39% -
HSV(B) 10.71º 0.82% 0.67% -
XYZ 18.18 11.37 2.47 -
YUV 86.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 170 55 30 0 0.68 0.82 0.33 10.71 0.7 0.39
Hex AA 37 1E 0 44 52 21 B 46 27
Octal 252 67 36 0 104 122 41 13 106 47
Binary 10101010 110111 11110 0 1000100 1010010 100001 1011 1000110 100111

Color Harmonies of #AA371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA371E

Black with #AA371E

Text Example


Text Example

White with #AA371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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