Html Css Color HEX #AA301B Brown

📋 copy color: '#AA301B'

red 170 ◦ green 48 ◦ blue 27

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

Shades of Brown #AA301B

Tints of Brown #AA301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 69.39%
G = 19.59%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA301B (or 0xAA301B) is known color: Brown. HEX triplet: AA, 30 and 1B. RGB value is (170,48,27). Sum of RGB (Red+Green+Blue) = 170+48+27=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA301B is #55CFE4. Grayscale: #525252. Windows color (decimal): -5623781 or 1781930. OLE color: 1781930.

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

Color convert

RGB 170 48 27 -
CMYK 0 0.72 0.84 0.33
HSL 8.81º 0.73% 0.39% -
HSV(B) 8.81º 0.84% 0.67% -
XYZ 17.83 10.74 2.17 -
YUV 82.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 170 48 27 0 0.72 0.84 0.33 8.81 0.73 0.39
Hex AA 30 1B 0 48 54 21 9 49 27
Octal 252 60 33 0 110 124 41 11 111 47
Binary 10101010 110000 11011 0 1001000 1010100 100001 1001 1001001 100111

Color Harmonies of #AA301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA301B

Black with #AA301B

Text Example


Text Example

White with #AA301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA301B; }

 p { color: rgb(170,48,27); }

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

background-color css

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

 a { background-color: rgb(170,48,27); }

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

border-color css

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

 span { border-color: rgb(170,48,27); }

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