Html Css Color HEX #AA3128 Brown

📋 copy color: '#AA3128'

red 170 ◦ green 49 ◦ blue 40

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

Shades of Brown #AA3128

Tints of Brown #AA3128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 65.64%
G = 18.92%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA3128 (or 0xAA3128) is known color: Brown. HEX triplet: AA, 31 and 28. RGB value is (170,49,40). Sum of RGB (Red+Green+Blue) = 170+49+40=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3128 is #55CED7. Grayscale: #545454. Windows color (decimal): -5623512 or 2634154. OLE color: 2634154.

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

Color convert

RGB 170 49 40 -
CMYK 0 0.71 0.76 0.33
HSL 4.15º 0.62% 0.41% -
HSV(B) 4.15º 0.76% 0.67% -
XYZ 18.06 10.9 3.16 -
YUV 84.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 170 49 40 0 0.71 0.76 0.33 4.15 0.62 0.41
Hex AA 31 28 0 47 4C 21 4 3E 29
Octal 252 61 50 0 107 114 41 4 76 51
Binary 10101010 110001 101000 0 1000111 1001100 100001 100 111110 101001

Color Harmonies of #AA3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3128

Black with #AA3128

Text Example


Text Example

White with #AA3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3128; }

 p { color: rgb(170,49,40); }

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

background-color css

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

 a { background-color: rgb(170,49,40); }

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

border-color css

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

 span { border-color: rgb(170,49,40); }

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