Html Css Color HEX #AC3621 Brown

📋 copy color: '#AC3621'

red 172 ◦ green 54 ◦ blue 33

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

Shades of Brown #AC3621

Tints of Brown #AC3621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.85%

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

R = 66.41%
G = 20.85%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC3621 (or 0xAC3621) is known color: Brown. HEX triplet: AC, 36 and 21. RGB value is (172,54,33). Sum of RGB (Red+Green+Blue) = 172+54+33=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3621 is #53C9DE. Grayscale: #575757. Windows color (decimal): -5491167 or 2176684. OLE color: 2176684.

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

Color convert

RGB 172 54 33 -
CMYK 0 0.69 0.81 0.33
HSL 9.06º 0.68% 0.4% -
HSV(B) 9.06º 0.81% 0.67% -
XYZ 18.61 11.52 2.68 -
YUV 86.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 172 54 33 0 0.69 0.81 0.33 9.06 0.68 0.4
Hex AC 36 21 0 45 51 21 9 44 28
Octal 254 66 41 0 105 121 41 11 104 50
Binary 10101100 110110 100001 0 1000101 1010001 100001 1001 1000100 101000

Color Harmonies of #AC3621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3621

Black with #AC3621

Text Example


Text Example

White with #AC3621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3621; }

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

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

background-color css

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

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

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

border-color css

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

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

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