Html Css Color HEX #AC2E22 Brown

📋 copy color: '#AC2E22'

red 172 ◦ green 46 ◦ blue 34

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

Shades of Brown #AC2E22

Tints of Brown #AC2E22

RGB

 RED value IS 172 (67.58% from 255) = 68.25%

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 68.25%
G = 18.25%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC2E22 (or 0xAC2E22) is known color: Brown. HEX triplet: AC, 2E and 22. RGB value is (172,46,34). Sum of RGB (Red+Green+Blue) = 172+46+34=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E22 is #53D1DD. Grayscale: #525252. Windows color (decimal): -5493214 or 2240172. OLE color: 2240172.

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

Color convert

RGB 172 46 34 -
CMYK 0 0.73 0.80 0.33
HSL 5.22º 0.67% 0.4% -
HSV(B) 5.22º 0.8% 0.67% -
XYZ 18.28 10.84 2.64 -
YUV 82.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 172 46 34 0 0.73 0.80 0.33 5.22 0.67 0.4
Hex AC 2E 22 0 49 50 21 5 43 28
Octal 254 56 42 0 111 120 41 5 103 50
Binary 10101100 101110 100010 0 1001001 1010000 100001 101 1000011 101000

Color Harmonies of #AC2E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E22

Black with #AC2E22

Text Example


Text Example

White with #AC2E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E22; }

 p { color: rgb(172,46,34); }

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

background-color css

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

 a { background-color: rgb(172,46,34); }

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

border-color css

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

 span { border-color: rgb(172,46,34); }

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