Html Css Color HEX #AA2E23 Brown

📋 copy color: '#AA2E23'

red 170 ◦ green 46 ◦ blue 35

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

Shades of Brown #AA2E23

Tints of Brown #AA2E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.94%

R = 67.73%
G = 18.33%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA2E23 (or 0xAA2E23) is known color: Brown. HEX triplet: AA, 2E and 23. RGB value is (170,46,35). Sum of RGB (Red+Green+Blue) = 170+46+35=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E23 is #55D1DC. Grayscale: #515151. Windows color (decimal): -5624285 or 2305706. OLE color: 2305706.

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

Color convert

RGB 170 46 35 -
CMYK 0 0.73 0.79 0.33
HSL 4.89º 0.66% 0.4% -
HSV(B) 4.89º 0.79% 0.67% -
XYZ 17.86 10.62 2.7 -
YUV 81.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 170 46 35 0 0.73 0.79 0.33 4.89 0.66 0.4
Hex AA 2E 23 0 49 4F 21 5 42 28
Octal 252 56 43 0 111 117 41 5 102 50
Binary 10101010 101110 100011 0 1001001 1001111 100001 101 1000010 101000

Color Harmonies of #AA2E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E23

Black with #AA2E23

Text Example


Text Example

White with #AA2E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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