Html Css Color HEX #AA321E Brown

📋 copy color: '#AA321E'

red 170 ◦ green 50 ◦ blue 30

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

Shades of Brown #AA321E

Tints of Brown #AA321E

RGB

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

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

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

R = 68%
G = 20%
B = 12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA321E (or 0xAA321E) is known color: Brown. HEX triplet: AA, 32 and 1E. RGB value is (170,50,30). Sum of RGB (Red+Green+Blue) = 170+50+30=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA321E is #55CDE1. Grayscale: #535353. Windows color (decimal): -5623266 or 1979050. OLE color: 1979050.

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

Color convert

RGB 170 50 30 -
CMYK 0 0.71 0.82 0.33
HSL 8.57º 0.7% 0.39% -
HSV(B) 8.57º 0.82% 0.67% -
XYZ 17.95 10.92 2.39 -
YUV 83.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 170 50 30 0 0.71 0.82 0.33 8.57 0.7 0.39
Hex AA 32 1E 0 47 52 21 9 46 27
Octal 252 62 36 0 107 122 41 11 106 47
Binary 10101010 110010 11110 0 1000111 1010010 100001 1001 1000110 100111

Color Harmonies of #AA321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA321E

Black with #AA321E

Text Example


Text Example

White with #AA321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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