Html Css Color HEX #AA3725 Brown

📋 copy color: '#AA3725'

red 170 ◦ green 55 ◦ blue 37

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

Shades of Brown #AA3725

Tints of Brown #AA3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

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

R = 64.89%
G = 20.99%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA3725 (or 0xAA3725) is known color: Brown. HEX triplet: AA, 37 and 25. RGB value is (170,55,37). Sum of RGB (Red+Green+Blue) = 170+55+37=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3725 is #55C8DA. Grayscale: #575757. Windows color (decimal): -5621979 or 2439082. OLE color: 2439082.

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

Color convert

RGB 170 55 37 -
CMYK 0 0.68 0.78 0.33
HSL 8.12º 0.64% 0.41% -
HSV(B) 8.12º 0.78% 0.67% -
XYZ 18.28 11.41 2.99 -
YUV 87.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 170 55 37 0 0.68 0.78 0.33 8.12 0.64 0.41
Hex AA 37 25 0 44 4E 21 8 40 29
Octal 252 67 45 0 104 116 41 10 100 51
Binary 10101010 110111 100101 0 1000100 1001110 100001 1000 1000000 101001

Color Harmonies of #AA3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3725

Black with #AA3725

Text Example


Text Example

White with #AA3725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3725; }

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

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

background-color css

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

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

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

border-color css

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

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

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