Html Css Color HEX #AC8370 Medium Wood

📋 copy color: '#AC8370'

red 172 ◦ green 131 ◦ blue 112

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

Shades of Medium Wood #AC8370

Tints of Medium Wood #AC8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 41.45%
G = 31.57%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC8370 (or 0xAC8370) is known color: Medium Wood. HEX triplet: AC, 83 and 70. RGB value is (172,131,112). Sum of RGB (Red+Green+Blue) = 172+131+112=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8370 is #537C8F. Grayscale: #8D8D8D. Windows color (decimal): -5471376 or 7373740. OLE color: 7373740.

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

Color convert

RGB 172 131 112 -
CMYK 0 0.24 0.35 0.33
HSL 19º 0.27% 0.56% -
HSV(B) 19º 0.35% 0.67% -
XYZ 28.05 26.17 18.9 -
YUV 141.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 172 131 112 0 0.24 0.35 0.33 19 0.27 0.56
Hex AC 83 70 0 18 23 21 13 1B 38
Octal 254 203 160 0 30 43 41 23 33 70
Binary 10101100 10000011 1110000 0 11000 100011 100001 10011 11011 111000

Color Harmonies of #AC8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8370

Black with #AC8370

Text Example


Text Example

White with #AC8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8370; }

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

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

background-color css

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

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

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

border-color css

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

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

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