Html Css Color HEX #AC805D Medium Wood

📋 copy color: '#AC805D'

red 172 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #AC805D

Tints of Medium Wood #AC805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.66%

R = 43.77%
G = 32.57%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC805D (or 0xAC805D) is known color: Medium Wood. HEX triplet: AC, 80 and 5D. RGB value is (172,128,93). Sum of RGB (Red+Green+Blue) = 172+128+93=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC805D is #537FA2. Grayscale: #898989. Windows color (decimal): -5472163 or 6127788. OLE color: 6127788.

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

Color convert

RGB 172 128 93 -
CMYK 0 0.26 0.46 0.33
HSL 26.58º 0.32% 0.52% -
HSV(B) 26.58º 0.46% 0.67% -
XYZ 26.71 25 13.77 -
YUV 137.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 172 128 93 0 0.26 0.46 0.33 26.58 0.32 0.52
Hex AC 80 5D 0 1A 2E 21 1B 20 34
Octal 254 200 135 0 32 56 41 33 40 64
Binary 10101100 10000000 1011101 0 11010 101110 100001 11011 100000 110100

Color Harmonies of #AC805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC805D

Black with #AC805D

Text Example


Text Example

White with #AC805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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