Html Css Color HEX #AA301D Brown

📋 copy color: '#AA301D'

red 170 ◦ green 48 ◦ blue 29

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

Shades of Brown #AA301D

Tints of Brown #AA301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 68.83%
G = 19.43%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA301D (or 0xAA301D) is known color: Brown. HEX triplet: AA, 30 and 1D. RGB value is (170,48,29). Sum of RGB (Red+Green+Blue) = 170+48+29=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA301D is #55CFE2. Grayscale: #525252. Windows color (decimal): -5623779 or 1913002. OLE color: 1913002.

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

Color convert

RGB 170 48 29 -
CMYK 0 0.72 0.83 0.33
HSL 8.09º 0.71% 0.39% -
HSV(B) 8.09º 0.83% 0.67% -
XYZ 17.86 10.75 2.3 -
YUV 82.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 170 48 29 0 0.72 0.83 0.33 8.09 0.71 0.39
Hex AA 30 1D 0 48 53 21 8 47 27
Octal 252 60 35 0 110 123 41 10 107 47
Binary 10101010 110000 11101 0 1001000 1010011 100001 1000 1000111 100111

Color Harmonies of #AA301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA301D

Black with #AA301D

Text Example


Text Example

White with #AA301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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