Html Css Color HEX #AA331A Brown

📋 copy color: '#AA331A'

red 170 ◦ green 51 ◦ blue 26

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

Shades of Brown #AA331A

Tints of Brown #AA331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 68.83%
G = 20.65%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA331A (or 0xAA331A) is known color: Brown. HEX triplet: AA, 33 and 1A. RGB value is (170,51,26). Sum of RGB (Red+Green+Blue) = 170+51+26=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA331A is #55CCE5. Grayscale: #535353. Windows color (decimal): -5623014 or 1717162. OLE color: 1717162.

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

Color convert

RGB 170 51 26 -
CMYK 0 0.7 0.85 0.33
HSL 10.42º 0.73% 0.38% -
HSV(B) 10.42º 0.85% 0.67% -
XYZ 17.95 10.99 2.15 -
YUV 83.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 170 51 26 0 0.7 0.85 0.33 10.42 0.73 0.38
Hex AA 33 1A 0 46 55 21 A 49 26
Octal 252 63 32 0 106 125 41 12 111 46
Binary 10101010 110011 11010 0 1000110 1010101 100001 1010 1001001 100110

Color Harmonies of #AA331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA331A

Black with #AA331A

Text Example


Text Example

White with #AA331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA331A; }

 p { color: rgb(170,51,26); }

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

background-color css

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

 a { background-color: rgb(170,51,26); }

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

border-color css

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

 span { border-color: rgb(170,51,26); }

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