Html Css Color HEX #AC332D Brown

📋 copy color: '#AC332D'

red 172 ◦ green 51 ◦ blue 45

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

Shades of Brown #AC332D

Tints of Brown #AC332D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 64.18%
G = 19.03%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC332D (or 0xAC332D) is known color: Brown. HEX triplet: AC, 33 and 2D. RGB value is (172,51,45). Sum of RGB (Red+Green+Blue) = 172+51+45=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC332D is #53CCD2. Grayscale: #565656. Windows color (decimal): -5491923 or 2962348. OLE color: 2962348.

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

Color convert

RGB 172 51 45 -
CMYK 0 0.70 0.74 0.33
HSL 2.83º 0.59% 0.43% -
HSV(B) 2.83º 0.74% 0.67% -
XYZ 18.67 11.33 3.69 -
YUV 86.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 172 51 45 0 0.70 0.74 0.33 2.83 0.59 0.43
Hex AC 33 2D 0 46 4A 21 3 3B 2B
Octal 254 63 55 0 106 112 41 3 73 53
Binary 10101100 110011 101101 0 1000110 1001010 100001 11 111011 101011

Color Harmonies of #AC332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC332D

Black with #AC332D

Text Example


Text Example

White with #AC332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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