Html Css Color HEX #AC311E Brown

📋 copy color: '#AC311E'

red 172 ◦ green 49 ◦ blue 30

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

Shades of Brown #AC311E

Tints of Brown #AC311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 68.53%
G = 19.52%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC311E (or 0xAC311E) is known color: Brown. HEX triplet: AC, 31 and 1E. RGB value is (172,49,30). Sum of RGB (Red+Green+Blue) = 172+49+30=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC311E is #53CEE1. Grayscale: #535353. Windows color (decimal): -5492450 or 1978796. OLE color: 1978796.

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

Color convert

RGB 172 49 30 -
CMYK 0 0.72 0.83 0.33
HSL 8.03º 0.7% 0.4% -
HSV(B) 8.03º 0.83% 0.67% -
XYZ 18.35 11.06 2.4 -
YUV 83.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 172 49 30 0 0.72 0.83 0.33 8.03 0.7 0.4
Hex AC 31 1E 0 48 53 21 8 46 28
Octal 254 61 36 0 110 123 41 10 106 50
Binary 10101100 110001 11110 0 1001000 1010011 100001 1000 1000110 101000

Color Harmonies of #AC311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC311E

Black with #AC311E

Text Example


Text Example

White with #AC311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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