Html Css Color HEX #AC332B Brown

📋 copy color: '#AC332B'

red 172 ◦ green 51 ◦ blue 43

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

Shades of Brown #AC332B

Tints of Brown #AC332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 64.66%
G = 19.17%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC332B (or 0xAC332B) is known color: Brown. HEX triplet: AC, 33 and 2B. RGB value is (172,51,43). Sum of RGB (Red+Green+Blue) = 172+51+43=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC332B is #53CCD4. Grayscale: #565656. Windows color (decimal): -5491925 or 2831276. OLE color: 2831276.

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

Color convert

RGB 172 51 43 -
CMYK 0 0.70 0.75 0.33
HSL 3.72º 0.6% 0.42% -
HSV(B) 3.72º 0.75% 0.67% -
XYZ 18.63 11.31 3.49 -
YUV 86.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 172 51 43 0 0.70 0.75 0.33 3.72 0.6 0.42
Hex AC 33 2B 0 46 4B 21 4 3C 2A
Octal 254 63 53 0 106 113 41 4 74 52
Binary 10101100 110011 101011 0 1000110 1001011 100001 100 111100 101010

Color Harmonies of #AC332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC332B

Black with #AC332B

Text Example


Text Example

White with #AC332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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