#AC835C

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

Shades of Medium Wood #AC835C

Tints of Medium Wood #AC835C

Color information

#AC835C (or 0xAC835C) is unknown color: approx Medium Wood. HEX triplet: AC, 83 and 5C. RGB value is (172,131,92). Sum of RGB (Red+Green+Blue) = 172+131+92=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC835C is #537CA3. Grayscale: #8B8B8B. Windows color (decimal): -5471396 or 6063020. OLE color: 6063020.

HSL color Cylindrical-coordinate representation of color #AC835C: hue angle of 29.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC835C is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17213192-
CMYK00.240.470.33
HSL29.25º32.52%51.76%-
HSV(B)29.25º46.51%67.45%-
XYZ27.0625.7813.67-
YUV138.81101.58151.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=43.54%
G=33.16%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721319200.240.470.3329.2532.5251.76
HexAC835C0182F211d2134
Octal2542031340305741354164
Binary1010110010000011101110001100010111110000111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC835C; }

 p { color: rgb(172,131,92); }

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

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

 a { background-color: rgb(172,131,92); }

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

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

 span { border-color: rgb(172,131,92); }

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