Html Css Color HEX #AA2C24 Brown

📋 copy color: '#AA2C24'

red 170 ◦ green 44 ◦ blue 36

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

Shades of Brown #AA2C24

Tints of Brown #AA2C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.6%

 BLUE value IS 36 (14.45% from 255) = 14.4%

R = 68%
G = 17.6%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA2C24 (or 0xAA2C24) is known color: Brown. HEX triplet: AA, 2C and 24. RGB value is (170,44,36). Sum of RGB (Red+Green+Blue) = 170+44+36=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2C24 is #55D3DB. Grayscale: #505050. Windows color (decimal): -5624796 or 2370730. OLE color: 2370730.

HSL color Cylindrical-coordinate representation of color #AA2C24: hue angle of 3.58º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2C24 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 44 36 -
CMYK 0 0.74 0.79 0.33
HSL 3.58º 0.65% 0.4% -
HSV(B) 3.58º 0.79% 0.67% -
XYZ 17.8 10.47 2.75 -
YUV 80.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 170 44 36 0 0.74 0.79 0.33 3.58 0.65 0.4
Hex AA 2C 24 0 4A 4F 21 4 41 28
Octal 252 54 44 0 112 117 41 4 101 50
Binary 10101010 101100 100100 0 1001010 1001111 100001 100 1000001 101000

Color Harmonies of #AA2C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2C24

Black with #AA2C24

Text Example


Text Example

White with #AA2C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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