Html Css Color HEX #AC805B Medium Wood

📋 copy color: '#AC805B'

red 172 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #AC805B

Tints of Medium Wood #AC805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.27%

R = 43.99%
G = 32.74%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC805B (or 0xAC805B) is known color: Medium Wood. HEX triplet: AC, 80 and 5B. RGB value is (172,128,91). Sum of RGB (Red+Green+Blue) = 172+128+91=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC805B is #537FA4. Grayscale: #898989. Windows color (decimal): -5472165 or 5996716. OLE color: 5996716.

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

Color convert

RGB 172 128 91 -
CMYK 0 0.26 0.47 0.33
HSL 27.41º 0.33% 0.52% -
HSV(B) 27.41º 0.47% 0.67% -
XYZ 26.62 24.96 13.31 -
YUV 136.94 102.08 153.01 -
System Red Green Blue C M Y K H S L
Decimal 172 128 91 0 0.26 0.47 0.33 27.41 0.33 0.52
Hex AC 80 5B 0 1A 2F 21 1B 21 34
Octal 254 200 133 0 32 57 41 33 41 64
Binary 10101100 10000000 1011011 0 11010 101111 100001 11011 100001 110100

Color Harmonies of #AC805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC805B

Black with #AC805B

Text Example


Text Example

White with #AC805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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