Html Css Color HEX #AC8367 Medium Wood

📋 copy color: '#AC8367'

red 172 ◦ green 131 ◦ blue 103

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

Shades of Medium Wood #AC8367

Tints of Medium Wood #AC8367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 103 (40.63% from 255) = 25.37%

R = 42.36%
G = 32.27%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC8367 (or 0xAC8367) is known color: Medium Wood. HEX triplet: AC, 83 and 67. RGB value is (172,131,103). Sum of RGB (Red+Green+Blue) = 172+131+103=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8367 is #537C98. Grayscale: #8C8C8C. Windows color (decimal): -5471385 or 6783916. OLE color: 6783916.

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

Color convert

RGB 172 131 103 -
CMYK 0 0.24 0.40 0.33
HSL 24.35º 0.29% 0.54% -
HSV(B) 24.35º 0.4% 0.67% -
XYZ 27.58 25.98 16.39 -
YUV 140.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 172 131 103 0 0.24 0.40 0.33 24.35 0.29 0.54
Hex AC 83 67 0 18 28 21 18 1D 36
Octal 254 203 147 0 30 50 41 30 35 66
Binary 10101100 10000011 1100111 0 11000 101000 100001 11000 11101 110110

Color Harmonies of #AC8367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8367

Black with #AC8367

Text Example


Text Example

White with #AC8367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8367; }

 p { color: rgb(172,131,103); }

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

background-color css

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

 a { background-color: rgb(172,131,103); }

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

border-color css

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

 span { border-color: rgb(172,131,103); }

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