Html Css Color HEX #AA3020 Brown

📋 copy color: '#AA3020'

red 170 ◦ green 48 ◦ blue 32

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

Shades of Brown #AA3020

Tints of Brown #AA3020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 68%
G = 19.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA3020 (or 0xAA3020) is known color: Brown. HEX triplet: AA, 30 and 20. RGB value is (170,48,32). Sum of RGB (Red+Green+Blue) = 170+48+32=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3020 is #55CFDF. Grayscale: #525252. Windows color (decimal): -5623776 or 2109610. OLE color: 2109610.

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

Color convert

RGB 170 48 32 -
CMYK 0 0.72 0.81 0.33
HSL 6.96º 0.68% 0.4% -
HSV(B) 6.96º 0.81% 0.67% -
XYZ 17.9 10.76 2.5 -
YUV 82.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 170 48 32 0 0.72 0.81 0.33 6.96 0.68 0.4
Hex AA 30 20 0 48 51 21 7 44 28
Octal 252 60 40 0 110 121 41 7 104 50
Binary 10101010 110000 100000 0 1001000 1010001 100001 111 1000100 101000

Color Harmonies of #AA3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3020

Black with #AA3020

Text Example


Text Example

White with #AA3020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3020; }

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

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

background-color css

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

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

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

border-color css

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

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

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