Html Css Color HEX #AC322A Brown

📋 copy color: '#AC322A'

red 172 ◦ green 50 ◦ blue 42

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

Shades of Brown #AC322A

Tints of Brown #AC322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

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

R = 65.15%
G = 18.94%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC322A (or 0xAC322A) is known color: Brown. HEX triplet: AC, 32 and 2A. RGB value is (172,50,42). Sum of RGB (Red+Green+Blue) = 172+50+42=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC322A is #53CDD5. Grayscale: #555555. Windows color (decimal): -5492182 or 2765484. OLE color: 2765484.

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

Color convert

RGB 172 50 42 -
CMYK 0 0.71 0.76 0.33
HSL 3.69º 0.61% 0.42% -
HSV(B) 3.69º 0.76% 0.67% -
XYZ 18.57 11.22 3.38 -
YUV 85.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 172 50 42 0 0.71 0.76 0.33 3.69 0.61 0.42
Hex AC 32 2A 0 47 4C 21 4 3D 2A
Octal 254 62 52 0 107 114 41 4 75 52
Binary 10101100 110010 101010 0 1000111 1001100 100001 100 111101 101010

Color Harmonies of #AC322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC322A

Black with #AC322A

Text Example


Text Example

White with #AC322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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