Html Css Color HEX #AC2E2B Brown

📋 copy color: '#AC2E2B'

red 172 ◦ green 46 ◦ blue 43

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

Shades of Brown #AC2E2B

Tints of Brown #AC2E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.48%

R = 65.9%
G = 17.62%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC2E2B (or 0xAC2E2B) is known color: Brown. HEX triplet: AC, 2E and 2B. RGB value is (172,46,43). Sum of RGB (Red+Green+Blue) = 172+46+43=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E2B is #53D1D4. Grayscale: #535353. Windows color (decimal): -5493205 or 2829996. OLE color: 2829996.

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

Color convert

RGB 172 46 43 -
CMYK 0 0.73 0.75 0.33
HSL 1.4º 0.6% 0.42% -
HSV(B) 1.4º 0.75% 0.67% -
XYZ 18.43 10.9 3.42 -
YUV 83.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 172 46 43 0 0.73 0.75 0.33 1.4 0.6 0.42
Hex AC 2E 2B 0 49 4B 21 1 3C 2A
Octal 254 56 53 0 111 113 41 1 74 52
Binary 10101100 101110 101011 0 1001001 1001011 100001 1 111100 101010

Color Harmonies of #AC2E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E2B

Black with #AC2E2B

Text Example


Text Example

White with #AC2E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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