Html Css Color HEX #AC2E2E Brown

📋 copy color: '#AC2E2E'

red 172 ◦ green 46 ◦ blue 46

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

Shades of Brown #AC2E2E

Tints of Brown #AC2E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 65.15%
G = 17.42%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC2E2E (or 0xAC2E2E) is known color: Brown. HEX triplet: AC, 2E and 2E. RGB value is (172,46,46). Sum of RGB (Red+Green+Blue) = 172+46+46=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E2E is #53D1D1. Grayscale: #535353. Windows color (decimal): -5493202 or 3026604. OLE color: 3026604.

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

Color convert

RGB 172 46 46 -
CMYK 0 0.73 0.73 0.33
HSL 0.58% 0.43% -
HSV(B) 0.73% 0.67% -
XYZ 18.48 10.92 3.72 -
YUV 83.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 172 46 46 0 0.73 0.73 0.33 0 0.58 0.43
Hex AC 2E 2E 0 49 49 21 0 3A 2B
Octal 254 56 56 0 111 111 41 0 72 53
Binary 10101100 101110 101110 0 1001001 1001001 100001 0 111010 101011

Color Harmonies of #AC2E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E2E

Black with #AC2E2E

Text Example


Text Example

White with #AC2E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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