Html Css Color HEX #AC3329 Brown

📋 copy color: '#AC3329'

red 172 ◦ green 51 ◦ blue 41

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

Shades of Brown #AC3329

Tints of Brown #AC3329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 65.15%
G = 19.32%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC3329 (or 0xAC3329) is known color: Brown. HEX triplet: AC, 33 and 29. RGB value is (172,51,41). Sum of RGB (Red+Green+Blue) = 172+51+41=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3329 is #53CCD6. Grayscale: #565656. Windows color (decimal): -5491927 or 2700204. OLE color: 2700204.

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

Color convert

RGB 172 51 41 -
CMYK 0 0.70 0.76 0.33
HSL 4.58º 0.62% 0.42% -
HSV(B) 4.58º 0.76% 0.67% -
XYZ 18.6 11.3 3.3 -
YUV 86.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 172 51 41 0 0.70 0.76 0.33 4.58 0.62 0.42
Hex AC 33 29 0 46 4C 21 5 3E 2A
Octal 254 63 51 0 106 114 41 5 76 52
Binary 10101100 110011 101001 0 1000110 1001100 100001 101 111110 101010

Color Harmonies of #AC3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3329

Black with #AC3329

Text Example


Text Example

White with #AC3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3329; }

 p { color: rgb(172,51,41); }

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

background-color css

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

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

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

border-color css

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

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

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