Html Css Color HEX #AA3429 Brown

📋 copy color: '#AA3429'

red 170 ◦ green 52 ◦ blue 41

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

Shades of Brown #AA3429

Tints of Brown #AA3429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 64.64%
G = 19.77%
B = 15.59%

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

#AA3429 (or 0xAA3429) is known color: Brown. HEX triplet: AA, 34 and 29. RGB value is (170,52,41). Sum of RGB (Red+Green+Blue) = 170+52+41=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3429 is #55CBD6. Grayscale: #565656. Windows color (decimal): -5622743 or 2700458. OLE color: 2700458.

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

Color convert

RGB 170 52 41 -
CMYK 0 0.69 0.76 0.33
HSL 5.12º 0.61% 0.41% -
HSV(B) 5.12º 0.76% 0.67% -
XYZ 18.21 11.16 3.29 -
YUV 86.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 170 52 41 0 0.69 0.76 0.33 5.12 0.61 0.41
Hex AA 34 29 0 45 4C 21 5 3D 29
Octal 252 64 51 0 105 114 41 5 75 51
Binary 10101010 110100 101001 0 1000101 1001100 100001 101 111101 101001

Color Harmonies of #AA3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3429

Black with #AA3429

Text Example


Text Example

White with #AA3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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