#AC3622

Color #AC3622 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #AC3622

Tints of Brown #AC3622

Color information

#AC3622 (or 0xAC3622) is unknown color: approx Brown. HEX triplet: AC, 36 and 22. RGB value is (172,54,34). Sum of RGB (Red+Green+Blue) = 172+54+34=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3622 is #53C9DD. Grayscale: #575757. Windows color (decimal): -5491166 or 2242220. OLE color: 2242220.

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

Color convert

RGB1725434-
CMYK00.690.800.33
HSL8.7º66.99%40.39%-
HSV(B)8.7º80.23%67.45%-
XYZ18.6211.522.76-
YUV8798.09188.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.15%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 34 (13.67% from 255) = 13.08%
R=66.15%
G=20.77%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172543400.690.800.338.766.9940.39
HexAC3622045502194328
Octal25466420105120411110350
Binary1010110011011010001001000101101000010000110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3622; }

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

 H1.HeaderClassName
 {
   color: #AC3622;
 }
 .AnyTagClassName
 {
   color: #AC3622;
 }
</style>
background-color css

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

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

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

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

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

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