Html Css Color HEX #AA2E2C Brown

📋 copy color: '#AA2E2C'

red 170 ◦ green 46 ◦ blue 44

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

Shades of Brown #AA2E2C

Tints of Brown #AA2E2C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.69%

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 65.38%
G = 17.69%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA2E2C (or 0xAA2E2C) is known color: Brown. HEX triplet: AA, 2E and 2C. RGB value is (170,46,44). Sum of RGB (Red+Green+Blue) = 170+46+44=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E2C is #55D1D3. Grayscale: #525252. Windows color (decimal): -5624276 or 2895530. OLE color: 2895530.

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

Color convert

RGB 170 46 44 -
CMYK 0 0.73 0.74 0.33
HSL 0.95º 0.59% 0.42% -
HSV(B) 0.95º 0.74% 0.67% -
XYZ 18.01 10.68 3.5 -
YUV 82.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 170 46 44 0 0.73 0.74 0.33 0.95 0.59 0.42
Hex AA 2E 2C 0 49 4A 21 1 3B 2A
Octal 252 56 54 0 111 112 41 1 73 52
Binary 10101010 101110 101100 0 1001001 1001010 100001 1 111011 101010

Color Harmonies of #AA2E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E2C

Black with #AA2E2C

Text Example


Text Example

White with #AA2E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E2C; }

 p { color: rgb(170,46,44); }

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

background-color css

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

 a { background-color: rgb(170,46,44); }

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

border-color css

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

 span { border-color: rgb(170,46,44); }

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