Html Css Color HEX #AA3125 Brown

📋 copy color: '#AA3125'

red 170 ◦ green 49 ◦ blue 37

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

Shades of Brown #AA3125

Tints of Brown #AA3125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 66.41%
G = 19.14%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA3125 (or 0xAA3125) is known color: Brown. HEX triplet: AA, 31 and 25. RGB value is (170,49,37). Sum of RGB (Red+Green+Blue) = 170+49+37=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3125 is #55CEDA. Grayscale: #535353. Windows color (decimal): -5623515 or 2437546. OLE color: 2437546.

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

Color convert

RGB 170 49 37 -
CMYK 0 0.71 0.78 0.33
HSL 5.41º 0.64% 0.41% -
HSV(B) 5.41º 0.78% 0.67% -
XYZ 18.01 10.88 2.9 -
YUV 83.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 170 49 37 0 0.71 0.78 0.33 5.41 0.64 0.41
Hex AA 31 25 0 47 4E 21 5 40 29
Octal 252 61 45 0 107 116 41 5 100 51
Binary 10101010 110001 100101 0 1000111 1001110 100001 101 1000000 101001

Color Harmonies of #AA3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3125

Black with #AA3125

Text Example


Text Example

White with #AA3125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3125; }

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

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

background-color css

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

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

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

border-color css

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

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

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