Html Css Color HEX #AC805F Medium Wood

📋 copy color: '#AC805F'

red 172 ◦ green 128 ◦ blue 95

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

Shades of Medium Wood #AC805F

Tints of Medium Wood #AC805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 43.54%
G = 32.41%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC805F (or 0xAC805F) is known color: Medium Wood. HEX triplet: AC, 80 and 5F. RGB value is (172,128,95). Sum of RGB (Red+Green+Blue) = 172+128+95=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC805F is #537FA0. Grayscale: #898989. Windows color (decimal): -5472161 or 6258860. OLE color: 6258860.

HSL color Cylindrical-coordinate representation of color #AC805F: hue angle of 25.71º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC805F is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 95 -
CMYK 0 0.26 0.45 0.33
HSL 25.71º 0.32% 0.52% -
HSV(B) 25.71º 0.45% 0.67% -
XYZ 26.8 25.04 14.25 -
YUV 137.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 172 128 95 0 0.26 0.45 0.33 25.71 0.32 0.52
Hex AC 80 5F 0 1A 2D 21 1A 20 34
Octal 254 200 137 0 32 55 41 32 40 64
Binary 10101100 10000000 1011111 0 11010 101101 100001 11010 100000 110100

Color Harmonies of #AC805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC805F

Black with #AC805F

Text Example


Text Example

White with #AC805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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