Html Css Color HEX #AC8761 Medium Wood

📋 copy color: '#AC8761'

red 172 ◦ green 135 ◦ blue 97

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

Shades of Medium Wood #AC8761

Tints of Medium Wood #AC8761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 42.57%
G = 33.42%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC8761 (or 0xAC8761) is known color: Medium Wood. HEX triplet: AC, 87 and 61. RGB value is (172,135,97). Sum of RGB (Red+Green+Blue) = 172+135+97=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8761 is #53789E. Grayscale: #8D8D8D. Windows color (decimal): -5470367 or 6391724. OLE color: 6391724.

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

Color convert

RGB 172 135 97 -
CMYK 0 0.22 0.44 0.33
HSL 30.4º 0.31% 0.53% -
HSV(B) 30.4º 0.44% 0.67% -
XYZ 27.83 26.96 15.05 -
YUV 141.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 172 135 97 0 0.22 0.44 0.33 30.4 0.31 0.53
Hex AC 87 61 0 16 2C 21 1E 1F 35
Octal 254 207 141 0 26 54 41 36 37 65
Binary 10101100 10000111 1100001 0 10110 101100 100001 11110 11111 110101

Color Harmonies of #AC8761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8761

Black with #AC8761

Text Example


Text Example

White with #AC8761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8761; }

 p { color: rgb(172,135,97); }

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

background-color css

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

 a { background-color: rgb(172,135,97); }

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

border-color css

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

 span { border-color: rgb(172,135,97); }

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