Html Css Color HEX #AA342D Brown

📋 copy color: '#AA342D'

red 170 ◦ green 52 ◦ blue 45

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

Shades of Brown #AA342D

Tints of Brown #AA342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

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

R = 63.67%
G = 19.48%
B = 16.85%

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

#AA342D (or 0xAA342D) is known color: Brown. HEX triplet: AA, 34 and 2D. RGB value is (170,52,45). Sum of RGB (Red+Green+Blue) = 170+52+45=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA342D is #55CBD2. Grayscale: #565656. Windows color (decimal): -5622739 or 2962602. OLE color: 2962602.

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

Color convert

RGB 170 52 45 -
CMYK 0 0.69 0.74 0.33
HSL 3.36º 0.58% 0.42% -
HSV(B) 3.36º 0.74% 0.67% -
XYZ 18.28 11.19 3.68 -
YUV 86.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 170 52 45 0 0.69 0.74 0.33 3.36 0.58 0.42
Hex AA 34 2D 0 45 4A 21 3 3A 2A
Octal 252 64 55 0 105 112 41 3 72 52
Binary 10101010 110100 101101 0 1000101 1001010 100001 11 111010 101010

Color Harmonies of #AA342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA342D

Black with #AA342D

Text Example


Text Example

White with #AA342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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