Html Css Color HEX #AC816B Medium Wood

📋 copy color: '#AC816B'

red 172 ◦ green 129 ◦ blue 107

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

Shades of Medium Wood #AC816B

Tints of Medium Wood #AC816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.23%

R = 42.16%
G = 31.62%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC816B (or 0xAC816B) is known color: Medium Wood. HEX triplet: AC, 81 and 6B. RGB value is (172,129,107). Sum of RGB (Red+Green+Blue) = 172+129+107=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC816B is #537E94. Grayscale: #8B8B8B. Windows color (decimal): -5471893 or 7045548. OLE color: 7045548.

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

Color convert

RGB 172 129 107 -
CMYK 0 0.25 0.38 0.33
HSL 20.31º 0.28% 0.55% -
HSV(B) 20.31º 0.38% 0.67% -
XYZ 27.52 25.53 17.39 -
YUV 139.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 172 129 107 0 0.25 0.38 0.33 20.31 0.28 0.55
Hex AC 81 6B 0 19 26 21 14 1C 37
Octal 254 201 153 0 31 46 41 24 34 67
Binary 10101100 10000001 1101011 0 11001 100110 100001 10100 11100 110111

Color Harmonies of #AC816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC816B

Black with #AC816B

Text Example


Text Example

White with #AC816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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