Html Css Color HEX #AC8662 Medium Wood

📋 copy color: '#AC8662'

red 172 ◦ green 134 ◦ blue 98

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

Shades of Medium Wood #AC8662

Tints of Medium Wood #AC8662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 98 (38.67% from 255) = 24.26%

R = 42.57%
G = 33.17%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC8662 (or 0xAC8662) is known color: Medium Wood. HEX triplet: AC, 86 and 62. RGB value is (172,134,98). Sum of RGB (Red+Green+Blue) = 172+134+98=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8662 is #53799D. Grayscale: #8D8D8D. Windows color (decimal): -5470622 or 6457004. OLE color: 6457004.

HSL color Cylindrical-coordinate representation of color #AC8662: hue angle of 29.19º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8662 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 98 -
CMYK 0 0.22 0.43 0.33
HSL 29.19º 0.31% 0.53% -
HSV(B) 29.19º 0.43% 0.67% -
XYZ 27.74 26.7 15.25 -
YUV 141.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 172 134 98 0 0.22 0.43 0.33 29.19 0.31 0.53
Hex AC 86 62 0 16 2B 21 1D 1F 35
Octal 254 206 142 0 26 53 41 35 37 65
Binary 10101100 10000110 1100010 0 10110 101011 100001 11101 11111 110101

Color Harmonies of #AC8662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8662

Black with #AC8662

Text Example


Text Example

White with #AC8662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8662; }

 p { color: rgb(172,134,98); }

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

background-color css

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

 a { background-color: rgb(172,134,98); }

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

border-color css

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

 span { border-color: rgb(172,134,98); }

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