Html Css Color HEX #AA3528 Brown

📋 copy color: '#AA3528'

red 170 ◦ green 53 ◦ blue 40

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

Shades of Brown #AA3528

Tints of Brown #AA3528

RGB

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

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

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

R = 64.64%
G = 20.15%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA3528 (or 0xAA3528) is known color: Brown. HEX triplet: AA, 35 and 28. RGB value is (170,53,40). Sum of RGB (Red+Green+Blue) = 170+53+40=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3528 is #55CAD7. Grayscale: #565656. Windows color (decimal): -5622488 or 2635178. OLE color: 2635178.

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

Color convert

RGB 170 53 40 -
CMYK 0 0.69 0.76 0.33
HSL 0.62% 0.41% -
HSV(B) 0.76% 0.67% -
XYZ 18.23 11.25 3.22 -
YUV 86.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 170 53 40 0 0.69 0.76 0.33 6 0.62 0.41
Hex AA 35 28 0 45 4C 21 6 3E 29
Octal 252 65 50 0 105 114 41 6 76 51
Binary 10101010 110101 101000 0 1000101 1001100 100001 110 111110 101001

Color Harmonies of #AA3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3528

Black with #AA3528

Text Example


Text Example

White with #AA3528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3528; }

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

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

background-color css

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

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

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

border-color css

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

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

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