Html Css Color HEX #AC8065 Medium Wood

📋 copy color: '#AC8065'

red 172 ◦ green 128 ◦ blue 101

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

Shades of Medium Wood #AC8065

Tints of Medium Wood #AC8065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.92%

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

R = 42.89%
G = 31.92%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC8065 (or 0xAC8065) is known color: Medium Wood. HEX triplet: AC, 80 and 65. RGB value is (172,128,101). Sum of RGB (Red+Green+Blue) = 172+128+101=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8065 is #537F9A. Grayscale: #8A8A8A. Windows color (decimal): -5472155 or 6652076. OLE color: 6652076.

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

Color convert

RGB 172 128 101 -
CMYK 0 0.26 0.41 0.33
HSL 22.82º 0.3% 0.54% -
HSV(B) 22.82º 0.41% 0.67% -
XYZ 27.08 25.15 15.74 -
YUV 138.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 172 128 101 0 0.26 0.41 0.33 22.82 0.3 0.54
Hex AC 80 65 0 1A 29 21 17 1E 36
Octal 254 200 145 0 32 51 41 27 36 66
Binary 10101100 10000000 1100101 0 11010 101001 100001 10111 11110 110110

Color Harmonies of #AC8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8065

Black with #AC8065

Text Example


Text Example

White with #AC8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8065; }

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

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

background-color css

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

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

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

border-color css

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

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

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