Html Css Color HEX #AA342B Brown

📋 copy color: '#AA342B'

red 170 ◦ green 52 ◦ blue 43

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

Shades of Brown #AA342B

Tints of Brown #AA342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 64.15%
G = 19.62%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA342B (or 0xAA342B) is known color: Brown. HEX triplet: AA, 34 and 2B. RGB value is (170,52,43). Sum of RGB (Red+Green+Blue) = 170+52+43=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA342B is #55CBD4. Grayscale: #565656. Windows color (decimal): -5622741 or 2831530. OLE color: 2831530.

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

Color convert

RGB 170 52 43 -
CMYK 0 0.69 0.75 0.33
HSL 4.25º 0.6% 0.42% -
HSV(B) 4.25º 0.75% 0.67% -
XYZ 18.24 11.18 3.48 -
YUV 86.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 170 52 43 0 0.69 0.75 0.33 4.25 0.6 0.42
Hex AA 34 2B 0 45 4B 21 4 3C 2A
Octal 252 64 53 0 105 113 41 4 74 52
Binary 10101010 110100 101011 0 1000101 1001011 100001 100 111100 101010

Color Harmonies of #AA342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA342B

Black with #AA342B

Text Example


Text Example

White with #AA342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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