Html Css Color HEX #AA3124 Brown

📋 copy color: '#AA3124'

red 170 ◦ green 49 ◦ blue 36

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

Shades of Brown #AA3124

Tints of Brown #AA3124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.12%

R = 66.67%
G = 19.22%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA3124 (or 0xAA3124) is known color: Brown. HEX triplet: AA, 31 and 24. RGB value is (170,49,36). Sum of RGB (Red+Green+Blue) = 170+49+36=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3124 is #55CEDB. Grayscale: #535353. Windows color (decimal): -5623516 or 2372010. OLE color: 2372010.

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

Color convert

RGB 170 49 36 -
CMYK 0 0.71 0.79 0.33
HSL 5.82º 0.65% 0.4% -
HSV(B) 5.82º 0.79% 0.67% -
XYZ 17.99 10.87 2.82 -
YUV 83.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 170 49 36 0 0.71 0.79 0.33 5.82 0.65 0.4
Hex AA 31 24 0 47 4F 21 6 41 28
Octal 252 61 44 0 107 117 41 6 101 50
Binary 10101010 110001 100100 0 1000111 1001111 100001 110 1000001 101000

Color Harmonies of #AA3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3124

Black with #AA3124

Text Example


Text Example

White with #AA3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3124; }

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

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

background-color css

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

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

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

border-color css

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

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

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