Html Css Color HEX #AC3720 Brown

📋 copy color: '#AC3720'

red 172 ◦ green 55 ◦ blue 32

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

Shades of Brown #AC3720

Tints of Brown #AC3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

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

R = 66.41%
G = 21.24%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC3720 (or 0xAC3720) is known color: Brown. HEX triplet: AC, 37 and 20. RGB value is (172,55,32). Sum of RGB (Red+Green+Blue) = 172+55+32=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3720 is #53C8DF. Grayscale: #575757. Windows color (decimal): -5490912 or 2111404. OLE color: 2111404.

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

Color convert

RGB 172 55 32 -
CMYK 0 0.68 0.81 0.33
HSL 9.86º 0.69% 0.4% -
HSV(B) 9.86º 0.81% 0.67% -
XYZ 18.64 11.61 2.62 -
YUV 87.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 172 55 32 0 0.68 0.81 0.33 9.86 0.69 0.4
Hex AC 37 20 0 44 51 21 A 45 28
Octal 254 67 40 0 104 121 41 12 105 50
Binary 10101100 110111 100000 0 1000100 1010001 100001 1010 1000101 101000

Color Harmonies of #AC3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3720

Black with #AC3720

Text Example


Text Example

White with #AC3720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3720; }

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

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

background-color css

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

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

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

border-color css

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

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

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