Html Css Color HEX #AC3529 Brown

📋 copy color: '#AC3529'

red 172 ◦ green 53 ◦ blue 41

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

Shades of Brown #AC3529

Tints of Brown #AC3529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

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

R = 64.66%
G = 19.92%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC3529 (or 0xAC3529) is known color: Brown. HEX triplet: AC, 35 and 29. RGB value is (172,53,41). Sum of RGB (Red+Green+Blue) = 172+53+41=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3529 is #53CAD6. Grayscale: #575757. Windows color (decimal): -5491415 or 2700716. OLE color: 2700716.

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

Color convert

RGB 172 53 41 -
CMYK 0 0.69 0.76 0.33
HSL 5.5º 0.62% 0.42% -
HSV(B) 5.5º 0.76% 0.67% -
XYZ 18.69 11.48 3.33 -
YUV 87.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 172 53 41 0 0.69 0.76 0.33 5.5 0.62 0.42
Hex AC 35 29 0 45 4C 21 5 3E 2A
Octal 254 65 51 0 105 114 41 5 76 52
Binary 10101100 110101 101001 0 1000101 1001100 100001 101 111110 101010

Color Harmonies of #AC3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3529

Black with #AC3529

Text Example


Text Example

White with #AC3529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3529; }

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

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

background-color css

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

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

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

border-color css

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

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

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