Html Css Color HEX #AC3128 Brown

📋 copy color: '#AC3128'

red 172 ◦ green 49 ◦ blue 40

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

Shades of Brown #AC3128

Tints of Brown #AC3128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 65.9%
G = 18.77%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC3128 (or 0xAC3128) is known color: Brown. HEX triplet: AC, 31 and 28. RGB value is (172,49,40). Sum of RGB (Red+Green+Blue) = 172+49+40=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3128 is #53CED7. Grayscale: #545454. Windows color (decimal): -5492440 or 2634156. OLE color: 2634156.

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

Color convert

RGB 172 49 40 -
CMYK 0 0.72 0.77 0.33
HSL 4.09º 0.62% 0.42% -
HSV(B) 4.09º 0.77% 0.67% -
XYZ 18.49 11.12 3.18 -
YUV 84.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 172 49 40 0 0.72 0.77 0.33 4.09 0.62 0.42
Hex AC 31 28 0 48 4D 21 4 3E 2A
Octal 254 61 50 0 110 115 41 4 76 52
Binary 10101100 110001 101000 0 1001000 1001101 100001 100 111110 101010

Color Harmonies of #AC3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3128

Black with #AC3128

Text Example


Text Example

White with #AC3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3128; }

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

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

background-color css

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

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

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

border-color css

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

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

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