Html Css Color HEX #AC8362 Medium Wood

📋 copy color: '#AC8362'

red 172 ◦ green 131 ◦ blue 98

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

Shades of Medium Wood #AC8362

Tints of Medium Wood #AC8362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.44%

R = 42.89%
G = 32.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC8362 (or 0xAC8362) is known color: Medium Wood. HEX triplet: AC, 83 and 62. RGB value is (172,131,98). Sum of RGB (Red+Green+Blue) = 172+131+98=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8362 is #537C9D. Grayscale: #8B8B8B. Windows color (decimal): -5471390 or 6456236. OLE color: 6456236.

HSL color Cylindrical-coordinate representation of color #AC8362: hue angle of 26.76º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8362 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 98 -
CMYK 0 0.24 0.43 0.33
HSL 26.76º 0.31% 0.53% -
HSV(B) 26.76º 0.43% 0.67% -
XYZ 27.33 25.89 15.11 -
YUV 139.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 172 131 98 0 0.24 0.43 0.33 26.76 0.31 0.53
Hex AC 83 62 0 18 2B 21 1B 1F 35
Octal 254 203 142 0 30 53 41 33 37 65
Binary 10101100 10000011 1100010 0 11000 101011 100001 11011 11111 110101

Color Harmonies of #AC8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8362

Black with #AC8362

Text Example


Text Example

White with #AC8362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8362; }

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

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

background-color css

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

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

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

border-color css

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

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

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