Html Css Color HEX #AA2B29 Brown

📋 copy color: '#AA2B29'

red 170 ◦ green 43 ◦ blue 41

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

Shades of Brown #AA2B29

Tints of Brown #AA2B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.93%

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

R = 66.93%
G = 16.93%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA2B29 (or 0xAA2B29) is known color: Brown. HEX triplet: AA, 2B and 29. RGB value is (170,43,41). Sum of RGB (Red+Green+Blue) = 170+43+41=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B29 is #55D4D6. Grayscale: #505050. Windows color (decimal): -5625047 or 2698154. OLE color: 2698154.

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

Color convert

RGB 170 43 41 -
CMYK 0 0.75 0.76 0.33
HSL 0.93º 0.61% 0.41% -
HSV(B) 0.93º 0.76% 0.67% -
XYZ 17.84 10.43 3.17 -
YUV 80.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 170 43 41 0 0.75 0.76 0.33 0.93 0.61 0.41
Hex AA 2B 29 0 4B 4C 21 1 3D 29
Octal 252 53 51 0 113 114 41 1 75 51
Binary 10101010 101011 101001 0 1001011 1001100 100001 1 111101 101001

Color Harmonies of #AA2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B29

Black with #AA2B29

Text Example


Text Example

White with #AA2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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