Html Css Color HEX #AA301E Brown

📋 copy color: '#AA301E'

red 170 ◦ green 48 ◦ blue 30

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

Shades of Brown #AA301E

Tints of Brown #AA301E

RGB

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

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

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

R = 68.55%
G = 19.35%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA301E (or 0xAA301E) is known color: Brown. HEX triplet: AA, 30 and 1E. RGB value is (170,48,30). Sum of RGB (Red+Green+Blue) = 170+48+30=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA301E is #55CFE1. Grayscale: #525252. Windows color (decimal): -5623778 or 1978538. OLE color: 1978538.

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

Color convert

RGB 170 48 30 -
CMYK 0 0.72 0.82 0.33
HSL 7.71º 0.7% 0.39% -
HSV(B) 7.71º 0.82% 0.67% -
XYZ 17.87 10.75 2.36 -
YUV 82.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 170 48 30 0 0.72 0.82 0.33 7.71 0.7 0.39
Hex AA 30 1E 0 48 52 21 8 46 27
Octal 252 60 36 0 110 122 41 10 106 47
Binary 10101010 110000 11110 0 1001000 1010010 100001 1000 1000110 100111

Color Harmonies of #AA301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA301E

Black with #AA301E

Text Example


Text Example

White with #AA301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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