Html Css Color HEX #AC3620 Brown

📋 copy color: '#AC3620'

red 172 ◦ green 54 ◦ blue 32

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

Shades of Brown #AC3620

Tints of Brown #AC3620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 66.67%
G = 20.93%
B = 12.4%

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

#AC3620 (or 0xAC3620) is known color: Brown. HEX triplet: AC, 36 and 20. RGB value is (172,54,32). Sum of RGB (Red+Green+Blue) = 172+54+32=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3620 is #53C9DF. Grayscale: #565656. Windows color (decimal): -5491168 or 2111148. OLE color: 2111148.

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

Color convert

RGB 172 54 32 -
CMYK 0 0.69 0.81 0.33
HSL 9.43º 0.69% 0.4% -
HSV(B) 9.43º 0.81% 0.67% -
XYZ 18.59 11.51 2.61 -
YUV 86.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 172 54 32 0 0.69 0.81 0.33 9.43 0.69 0.4
Hex AC 36 20 0 45 51 21 9 45 28
Octal 254 66 40 0 105 121 41 11 105 50
Binary 10101100 110110 100000 0 1000101 1010001 100001 1001 1000101 101000

Color Harmonies of #AC3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3620

Black with #AC3620

Text Example


Text Example

White with #AC3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3620; }

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

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

background-color css

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

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

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

border-color css

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

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

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