Html Css Color HEX #AC312E Brown

📋 copy color: '#AC312E'

red 172 ◦ green 49 ◦ blue 46

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

Shades of Brown #AC312E

Tints of Brown #AC312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

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

R = 64.42%
G = 18.35%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC312E (or 0xAC312E) is known color: Brown. HEX triplet: AC, 31 and 2E. RGB value is (172,49,46). Sum of RGB (Red+Green+Blue) = 172+49+46=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC312E is #53CED1. Grayscale: #555555. Windows color (decimal): -5492434 or 3027372. OLE color: 3027372.

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

Color convert

RGB 172 49 46 -
CMYK 0 0.72 0.73 0.33
HSL 1.43º 0.58% 0.43% -
HSV(B) 1.43º 0.73% 0.67% -
XYZ 18.6 11.16 3.76 -
YUV 85.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 172 49 46 0 0.72 0.73 0.33 1.43 0.58 0.43
Hex AC 31 2E 0 48 49 21 1 3A 2B
Octal 254 61 56 0 110 111 41 1 72 53
Binary 10101100 110001 101110 0 1001000 1001001 100001 1 111010 101011

Color Harmonies of #AC312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC312E

Black with #AC312E

Text Example


Text Example

White with #AC312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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