Html Css Color HEX #AC331C Brown

📋 copy color: '#AC331C'

red 172 ◦ green 51 ◦ blue 28

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

Shades of Brown #AC331C

Tints of Brown #AC331C

RGB

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

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

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

R = 68.53%
G = 20.32%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC331C (or 0xAC331C) is known color: Brown. HEX triplet: AC, 33 and 1C. RGB value is (172,51,28). Sum of RGB (Red+Green+Blue) = 172+51+28=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC331C is #53CCE3. Grayscale: #545454. Windows color (decimal): -5491940 or 1848236. OLE color: 1848236.

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

Color convert

RGB 172 51 28 -
CMYK 0 0.70 0.84 0.33
HSL 9.58º 0.72% 0.39% -
HSV(B) 9.58º 0.84% 0.67% -
XYZ 18.41 11.22 2.29 -
YUV 84.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 172 51 28 0 0.70 0.84 0.33 9.58 0.72 0.39
Hex AC 33 1C 0 46 54 21 A 48 27
Octal 254 63 34 0 106 124 41 12 110 47
Binary 10101100 110011 11100 0 1000110 1010100 100001 1010 1001000 100111

Color Harmonies of #AC331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC331C

Black with #AC331C

Text Example


Text Example

White with #AC331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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