Html Css Color HEX #AC816E Medium Wood

📋 copy color: '#AC816E'

red 172 ◦ green 129 ◦ blue 110

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

Shades of Medium Wood #AC816E

Tints of Medium Wood #AC816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 41.85%
G = 31.39%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC816E (or 0xAC816E) is known color: Medium Wood. HEX triplet: AC, 81 and 6E. RGB value is (172,129,110). Sum of RGB (Red+Green+Blue) = 172+129+110=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC816E is #537E91. Grayscale: #8B8B8B. Windows color (decimal): -5471890 or 7242156. OLE color: 7242156.

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

Color convert

RGB 172 129 110 -
CMYK 0 0.25 0.36 0.33
HSL 18.39º 0.27% 0.55% -
HSV(B) 18.39º 0.36% 0.67% -
XYZ 27.68 25.6 18.23 -
YUV 139.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 172 129 110 0 0.25 0.36 0.33 18.39 0.27 0.55
Hex AC 81 6E 0 19 24 21 12 1B 37
Octal 254 201 156 0 31 44 41 22 33 67
Binary 10101100 10000001 1101110 0 11001 100100 100001 10010 11011 110111

Color Harmonies of #AC816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC816E

Black with #AC816E

Text Example


Text Example

White with #AC816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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