Html Css Color HEX #AC8168 Medium Wood

📋 copy color: '#AC8168'

red 172 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #AC8168

Tints of Medium Wood #AC8168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 42.47%
G = 31.85%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC8168 (or 0xAC8168) is known color: Medium Wood. HEX triplet: AC, 81 and 68. RGB value is (172,129,104). Sum of RGB (Red+Green+Blue) = 172+129+104=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8168 is #537E97. Grayscale: #8B8B8B. Windows color (decimal): -5471896 or 6848940. OLE color: 6848940.

HSL color Cylindrical-coordinate representation of color #AC8168: hue angle of 22.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8168 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 104 -
CMYK 0 0.25 0.40 0.33
HSL 22.06º 0.29% 0.54% -
HSV(B) 22.06º 0.4% 0.67% -
XYZ 27.36 25.47 16.57 -
YUV 139.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 172 129 104 0 0.25 0.40 0.33 22.06 0.29 0.54
Hex AC 81 68 0 19 28 21 16 1D 36
Octal 254 201 150 0 31 50 41 26 35 66
Binary 10101100 10000001 1101000 0 11001 101000 100001 10110 11101 110110

Color Harmonies of #AC8168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8168

Black with #AC8168

Text Example


Text Example

White with #AC8168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8168; }

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

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

background-color css

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

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

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

border-color css

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

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

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