Html Css Color HEX #AC8570 Medium Wood

📋 copy color: '#AC8570'

red 172 ◦ green 133 ◦ blue 112

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

Shades of Medium Wood #AC8570

Tints of Medium Wood #AC8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.89%

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

R = 41.25%
G = 31.89%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC8570 (or 0xAC8570) is known color: Medium Wood. HEX triplet: AC, 85 and 70. RGB value is (172,133,112). Sum of RGB (Red+Green+Blue) = 172+133+112=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8570 is #537A8F. Grayscale: #8E8E8E. Windows color (decimal): -5470864 or 7374252. OLE color: 7374252.

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

Color convert

RGB 172 133 112 -
CMYK 0 0.23 0.35 0.33
HSL 21º 0.27% 0.56% -
HSV(B) 21º 0.35% 0.67% -
XYZ 28.33 26.72 18.99 -
YUV 142.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 172 133 112 0 0.23 0.35 0.33 21 0.27 0.56
Hex AC 85 70 0 17 23 21 15 1B 38
Octal 254 205 160 0 27 43 41 25 33 70
Binary 10101100 10000101 1110000 0 10111 100011 100001 10101 11011 111000

Color Harmonies of #AC8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8570

Black with #AC8570

Text Example


Text Example

White with #AC8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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