Html Css Color HEX #AC8567 Medium Wood

📋 copy color: '#AC8567'

red 172 ◦ green 133 ◦ blue 103

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

Shades of Medium Wood #AC8567

Tints of Medium Wood #AC8567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.25%

R = 42.16%
G = 32.6%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC8567 (or 0xAC8567) is known color: Medium Wood. HEX triplet: AC, 85 and 67. RGB value is (172,133,103). Sum of RGB (Red+Green+Blue) = 172+133+103=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8567 is #537A98. Grayscale: #8D8D8D. Windows color (decimal): -5470873 or 6784428. OLE color: 6784428.

HSL color Cylindrical-coordinate representation of color #AC8567: hue angle of 26.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8567 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 133 103 -
CMYK 0 0.23 0.40 0.33
HSL 26.09º 0.29% 0.54% -
HSV(B) 26.09º 0.4% 0.67% -
XYZ 27.85 26.52 16.48 -
YUV 141.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 172 133 103 0 0.23 0.40 0.33 26.09 0.29 0.54
Hex AC 85 67 0 17 28 21 1A 1D 36
Octal 254 205 147 0 27 50 41 32 35 66
Binary 10101100 10000101 1100111 0 10111 101000 100001 11010 11101 110110

Color Harmonies of #AC8567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8567

Black with #AC8567

Text Example


Text Example

White with #AC8567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8567; }

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

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

background-color css

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

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

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

border-color css

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

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

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