Html Css Color HEX #AC332A Brown

📋 copy color: '#AC332A'

red 172 ◦ green 51 ◦ blue 42

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

Shades of Brown #AC332A

Tints of Brown #AC332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 64.91%
G = 19.25%
B = 15.85%

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

#AC332A (or 0xAC332A) is known color: Brown. HEX triplet: AC, 33 and 2A. RGB value is (172,51,42). Sum of RGB (Red+Green+Blue) = 172+51+42=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC332A is #53CCD5. Grayscale: #565656. Windows color (decimal): -5491926 or 2765740. OLE color: 2765740.

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

Color convert

RGB 172 51 42 -
CMYK 0 0.70 0.76 0.33
HSL 4.15º 0.61% 0.42% -
HSV(B) 4.15º 0.76% 0.67% -
XYZ 18.62 11.31 3.39 -
YUV 86.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 172 51 42 0 0.70 0.76 0.33 4.15 0.61 0.42
Hex AC 33 2A 0 46 4C 21 4 3D 2A
Octal 254 63 52 0 106 114 41 4 75 52
Binary 10101100 110011 101010 0 1000110 1001100 100001 100 111101 101010

Color Harmonies of #AC332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC332A

Black with #AC332A

Text Example


Text Example

White with #AC332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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