Html Css Color HEX #AC3321 Brown

📋 copy color: '#AC3321'

red 172 ◦ green 51 ◦ blue 33

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

Shades of Brown #AC3321

Tints of Brown #AC3321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 67.19%
G = 19.92%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC3321 (or 0xAC3321) is known color: Brown. HEX triplet: AC, 33 and 21. RGB value is (172,51,33). Sum of RGB (Red+Green+Blue) = 172+51+33=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3321 is #53CCDE. Grayscale: #555555. Windows color (decimal): -5491935 or 2175916. OLE color: 2175916.

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

Color convert

RGB 172 51 33 -
CMYK 0 0.70 0.81 0.33
HSL 7.77º 0.68% 0.4% -
HSV(B) 7.77º 0.81% 0.67% -
XYZ 18.47 11.25 2.64 -
YUV 85.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 172 51 33 0 0.70 0.81 0.33 7.77 0.68 0.4
Hex AC 33 21 0 46 51 21 8 44 28
Octal 254 63 41 0 106 121 41 10 104 50
Binary 10101100 110011 100001 0 1000110 1010001 100001 1000 1000100 101000

Color Harmonies of #AC3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3321

Black with #AC3321

Text Example


Text Example

White with #AC3321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3321; }

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

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

background-color css

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

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

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

border-color css

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

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

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