Html Css Color HEX #AA352D Brown

📋 copy color: '#AA352D'

red 170 ◦ green 53 ◦ blue 45

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

Shades of Brown #AA352D

Tints of Brown #AA352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 63.43%
G = 19.78%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA352D (or 0xAA352D) is known color: Brown. HEX triplet: AA, 35 and 2D. RGB value is (170,53,45). Sum of RGB (Red+Green+Blue) = 170+53+45=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA352D is #55CAD2. Grayscale: #575757. Windows color (decimal): -5622483 or 2962858. OLE color: 2962858.

HSL color Cylindrical-coordinate representation of color #AA352D: hue angle of 3.84º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA352D is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 53 45 -
CMYK 0 0.69 0.74 0.33
HSL 3.84º 0.58% 0.42% -
HSV(B) 3.84º 0.74% 0.67% -
XYZ 18.32 11.28 3.69 -
YUV 87.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 170 53 45 0 0.69 0.74 0.33 3.84 0.58 0.42
Hex AA 35 2D 0 45 4A 21 4 3A 2A
Octal 252 65 55 0 105 112 41 4 72 52
Binary 10101010 110101 101101 0 1000101 1001010 100001 100 111010 101010

Color Harmonies of #AA352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA352D

Black with #AA352D

Text Example


Text Example

White with #AA352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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