Html Css Color HEX #AC8562 Medium Wood

📋 copy color: '#AC8562'

red 172 ◦ green 133 ◦ blue 98

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

Shades of Medium Wood #AC8562

Tints of Medium Wood #AC8562

RGB

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

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

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

R = 42.68%
G = 33%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC8562 (or 0xAC8562) is known color: Medium Wood. HEX triplet: AC, 85 and 62. RGB value is (172,133,98). Sum of RGB (Red+Green+Blue) = 172+133+98=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8562 is #537A9D. Grayscale: #8C8C8C. Windows color (decimal): -5470878 or 6456748. OLE color: 6456748.

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

Color convert

RGB 172 133 98 -
CMYK 0 0.23 0.43 0.33
HSL 28.38º 0.31% 0.53% -
HSV(B) 28.38º 0.43% 0.67% -
XYZ 27.61 26.43 15.2 -
YUV 140.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 172 133 98 0 0.23 0.43 0.33 28.38 0.31 0.53
Hex AC 85 62 0 17 2B 21 1C 1F 35
Octal 254 205 142 0 27 53 41 34 37 65
Binary 10101100 10000101 1100010 0 10111 101011 100001 11100 11111 110101

Color Harmonies of #AC8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8562

Black with #AC8562

Text Example


Text Example

White with #AC8562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8562; }

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

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

background-color css

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

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

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

border-color css

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

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

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