Html Css Color HEX #AC8068 Medium Wood

📋 copy color: '#AC8068'

red 172 ◦ green 128 ◦ blue 104

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

Shades of Medium Wood #AC8068

Tints of Medium Wood #AC8068

RGB

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

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

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

R = 42.57%
G = 31.68%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC8068 (or 0xAC8068) is known color: Medium Wood. HEX triplet: AC, 80 and 68. RGB value is (172,128,104). Sum of RGB (Red+Green+Blue) = 172+128+104=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8068 is #537F97. Grayscale: #8A8A8A. Windows color (decimal): -5472152 or 6848684. OLE color: 6848684.

HSL color Cylindrical-coordinate representation of color #AC8068: hue angle of 21.18º 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 #AC8068 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 104 -
CMYK 0 0.26 0.40 0.33
HSL 21.18º 0.29% 0.54% -
HSV(B) 21.18º 0.4% 0.67% -
XYZ 27.23 25.21 16.53 -
YUV 138.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 172 128 104 0 0.26 0.40 0.33 21.18 0.29 0.54
Hex AC 80 68 0 1A 28 21 15 1D 36
Octal 254 200 150 0 32 50 41 25 35 66
Binary 10101100 10000000 1101000 0 11010 101000 100001 10101 11101 110110

Color Harmonies of #AC8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8068

Black with #AC8068

Text Example


Text Example

White with #AC8068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8068; }

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

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

background-color css

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

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

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

border-color css

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

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

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