Html Css Color HEX #AC321C Brown

📋 copy color: '#AC321C'

red 172 ◦ green 50 ◦ blue 28

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

Shades of Brown #AC321C

Tints of Brown #AC321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 68.8%
G = 20%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC321C (or 0xAC321C) is known color: Brown. HEX triplet: AC, 32 and 1C. RGB value is (172,50,28). Sum of RGB (Red+Green+Blue) = 172+50+28=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC321C is #53CDE3. Grayscale: #545454. Windows color (decimal): -5492196 or 1847980. OLE color: 1847980.

HSL color Cylindrical-coordinate representation of color #AC321C: hue angle of 9.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC321C is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 50 28 -
CMYK 0 0.71 0.84 0.33
HSL 9.17º 0.72% 0.39% -
HSV(B) 9.17º 0.84% 0.67% -
XYZ 18.36 11.14 2.28 -
YUV 83.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 172 50 28 0 0.71 0.84 0.33 9.17 0.72 0.39
Hex AC 32 1C 0 47 54 21 9 48 27
Octal 254 62 34 0 107 124 41 11 110 47
Binary 10101100 110010 11100 0 1000111 1010100 100001 1001 1001000 100111

Color Harmonies of #AC321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC321C

Black with #AC321C

Text Example


Text Example

White with #AC321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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