Html Css Color HEX #AA321A Brown

📋 copy color: '#AA321A'

red 170 ◦ green 50 ◦ blue 26

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

Shades of Brown #AA321A

Tints of Brown #AA321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

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

R = 69.11%
G = 20.33%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA321A (or 0xAA321A) is known color: Brown. HEX triplet: AA, 32 and 1A. RGB value is (170,50,26). Sum of RGB (Red+Green+Blue) = 170+50+26=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA321A is #55CDE5. Grayscale: #535353. Windows color (decimal): -5623270 or 1716906. OLE color: 1716906.

HSL color Cylindrical-coordinate representation of color #AA321A: hue angle of 10º 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 #AA321A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 50 26 -
CMYK 0 0.71 0.85 0.33
HSL 10º 0.73% 0.38% -
HSV(B) 10º 0.85% 0.67% -
XYZ 17.9 10.9 2.14 -
YUV 83.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 170 50 26 0 0.71 0.85 0.33 10 0.73 0.38
Hex AA 32 1A 0 47 55 21 A 49 26
Octal 252 62 32 0 107 125 41 12 111 46
Binary 10101010 110010 11010 0 1000111 1010101 100001 1010 1001001 100110

Color Harmonies of #AA321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA321A

Black with #AA321A

Text Example


Text Example

White with #AA321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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