Html Css Color HEX #AC8165 Medium Wood

📋 copy color: '#AC8165'

red 172 ◦ green 129 ◦ blue 101

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

Shades of Medium Wood #AC8165

Tints of Medium Wood #AC8165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 42.79%
G = 32.09%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC8165 (or 0xAC8165) is known color: Medium Wood. HEX triplet: AC, 81 and 65. RGB value is (172,129,101). Sum of RGB (Red+Green+Blue) = 172+129+101=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8165 is #537E9A. Grayscale: #8A8A8A. Windows color (decimal): -5471899 or 6652332. OLE color: 6652332.

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

Color convert

RGB 172 129 101 -
CMYK 0 0.25 0.41 0.33
HSL 23.66º 0.3% 0.54% -
HSV(B) 23.66º 0.41% 0.67% -
XYZ 27.21 25.41 15.78 -
YUV 138.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 172 129 101 0 0.25 0.41 0.33 23.66 0.3 0.54
Hex AC 81 65 0 19 29 21 18 1E 36
Octal 254 201 145 0 31 51 41 30 36 66
Binary 10101100 10000001 1100101 0 11001 101001 100001 11000 11110 110110

Color Harmonies of #AC8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8165

Black with #AC8165

Text Example


Text Example

White with #AC8165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8165; }

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

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

background-color css

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

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

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

border-color css

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

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

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