Html Css Color HEX #AC352C Brown

📋 copy color: '#AC352C'

red 172 ◦ green 53 ◦ blue 44

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

Shades of Brown #AC352C

Tints of Brown #AC352C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 63.94%
G = 19.7%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC352C (or 0xAC352C) is known color: Brown. HEX triplet: AC, 35 and 2C. RGB value is (172,53,44). Sum of RGB (Red+Green+Blue) = 172+53+44=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC352C is #53CAD3. Grayscale: #575757. Windows color (decimal): -5491412 or 2897324. OLE color: 2897324.

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

Color convert

RGB 172 53 44 -
CMYK 0 0.69 0.74 0.33
HSL 4.22º 0.59% 0.42% -
HSV(B) 4.22º 0.74% 0.67% -
XYZ 18.74 11.5 3.61 -
YUV 87.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 172 53 44 0 0.69 0.74 0.33 4.22 0.59 0.42
Hex AC 35 2C 0 45 4A 21 4 3B 2A
Octal 254 65 54 0 105 112 41 4 73 52
Binary 10101100 110101 101100 0 1000101 1001010 100001 100 111011 101010

Color Harmonies of #AC352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC352C

Black with #AC352C

Text Example


Text Example

White with #AC352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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