Html Css Color HEX #AC8365 Medium Wood

📋 copy color: '#AC8365'

red 172 ◦ green 131 ◦ blue 101

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

Shades of Medium Wood #AC8365

Tints of Medium Wood #AC8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 101 (39.84% from 255) = 25%

R = 42.57%
G = 32.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC8365 (or 0xAC8365) is known color: Medium Wood. HEX triplet: AC, 83 and 65. RGB value is (172,131,101). Sum of RGB (Red+Green+Blue) = 172+131+101=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8365 is #537C9A. Grayscale: #8C8C8C. Windows color (decimal): -5471387 or 6652844. OLE color: 6652844.

HSL color Cylindrical-coordinate representation of color #AC8365: hue angle of 25.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8365 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 101 -
CMYK 0 0.24 0.41 0.33
HSL 25.35º 0.3% 0.54% -
HSV(B) 25.35º 0.41% 0.67% -
XYZ 27.48 25.94 15.87 -
YUV 139.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 172 131 101 0 0.24 0.41 0.33 25.35 0.3 0.54
Hex AC 83 65 0 18 29 21 19 1E 36
Octal 254 203 145 0 30 51 41 31 36 66
Binary 10101100 10000011 1100101 0 11000 101001 100001 11001 11110 110110

Color Harmonies of #AC8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8365

Black with #AC8365

Text Example


Text Example

White with #AC8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8365; }

 p { color: rgb(172,131,101); }

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

background-color css

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

 a { background-color: rgb(172,131,101); }

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

border-color css

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

 span { border-color: rgb(172,131,101); }

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