Html Css Color HEX #AA3525 Brown

📋 copy color: '#AA3525'

red 170 ◦ green 53 ◦ blue 37

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

Shades of Brown #AA3525

Tints of Brown #AA3525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

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

R = 65.38%
G = 20.38%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA3525 (or 0xAA3525) is known color: Brown. HEX triplet: AA, 35 and 25. RGB value is (170,53,37). Sum of RGB (Red+Green+Blue) = 170+53+37=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3525 is #55CADA. Grayscale: #565656. Windows color (decimal): -5622491 or 2438570. OLE color: 2438570.

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

Color convert

RGB 170 53 37 -
CMYK 0 0.69 0.78 0.33
HSL 7.22º 0.64% 0.41% -
HSV(B) 7.22º 0.78% 0.67% -
XYZ 18.18 11.23 2.96 -
YUV 86.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 170 53 37 0 0.69 0.78 0.33 7.22 0.64 0.41
Hex AA 35 25 0 45 4E 21 7 40 29
Octal 252 65 45 0 105 116 41 7 100 51
Binary 10101010 110101 100101 0 1000101 1001110 100001 111 1000000 101001

Color Harmonies of #AA3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3525

Black with #AA3525

Text Example


Text Example

White with #AA3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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