Html Css Color HEX #AC816F Medium Wood

📋 copy color: '#AC816F'

red 172 ◦ green 129 ◦ blue 111

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

Shades of Medium Wood #AC816F

Tints of Medium Wood #AC816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 41.75%
G = 31.31%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC816F (or 0xAC816F) is known color: Medium Wood. HEX triplet: AC, 81 and 6F. RGB value is (172,129,111). Sum of RGB (Red+Green+Blue) = 172+129+111=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC816F is #537E90. Grayscale: #8B8B8B. Windows color (decimal): -5471889 or 7307692. OLE color: 7307692.

HSL color Cylindrical-coordinate representation of color #AC816F: hue angle of 17.7º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC816F is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 111 -
CMYK 0 0.25 0.35 0.33
HSL 17.7º 0.27% 0.55% -
HSV(B) 17.7º 0.35% 0.67% -
XYZ 27.73 25.62 18.52 -
YUV 139.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 172 129 111 0 0.25 0.35 0.33 17.7 0.27 0.55
Hex AC 81 6F 0 19 23 21 12 1B 37
Octal 254 201 157 0 31 43 41 22 33 67
Binary 10101100 10000001 1101111 0 11001 100011 100001 10010 11011 110111

Color Harmonies of #AC816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC816F

Black with #AC816F

Text Example


Text Example

White with #AC816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC816F; }

 p { color: rgb(172,129,111); }

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

background-color css

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

 a { background-color: rgb(172,129,111); }

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

border-color css

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

 span { border-color: rgb(172,129,111); }

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