Html Css Color HEX #AC8569 Medium Wood

📋 copy color: '#AC8569'

red 172 ◦ green 133 ◦ blue 105

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

Shades of Medium Wood #AC8569

Tints of Medium Wood #AC8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

 BLUE value IS 105 (41.41% from 255) = 25.61%

R = 41.95%
G = 32.44%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC8569 (or 0xAC8569) is known color: Medium Wood. HEX triplet: AC, 85 and 69. RGB value is (172,133,105). Sum of RGB (Red+Green+Blue) = 172+133+105=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8569 is #537A96. Grayscale: #8D8D8D. Windows color (decimal): -5470871 or 6915500. OLE color: 6915500.

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

Color convert

RGB 172 133 105 -
CMYK 0 0.23 0.39 0.33
HSL 25.07º 0.29% 0.54% -
HSV(B) 25.07º 0.39% 0.67% -
XYZ 27.95 26.57 17.02 -
YUV 141.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 172 133 105 0 0.23 0.39 0.33 25.07 0.29 0.54
Hex AC 85 69 0 17 27 21 19 1D 36
Octal 254 205 151 0 27 47 41 31 35 66
Binary 10101100 10000101 1101001 0 10111 100111 100001 11001 11101 110110

Color Harmonies of #AC8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8569

Black with #AC8569

Text Example


Text Example

White with #AC8569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8569; }

 p { color: rgb(172,133,105); }

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

background-color css

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

 a { background-color: rgb(172,133,105); }

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

border-color css

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

 span { border-color: rgb(172,133,105); }

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