Html Css Color HEX #AC815D Medium Wood

📋 copy color: '#AC815D'

red 172 ◦ green 129 ◦ blue 93

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

Shades of Medium Wood #AC815D

Tints of Medium Wood #AC815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 43.65%
G = 32.74%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC815D (or 0xAC815D) is known color: Medium Wood. HEX triplet: AC, 81 and 5D. RGB value is (172,129,93). Sum of RGB (Red+Green+Blue) = 172+129+93=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC815D is #537EA2. Grayscale: #898989. Windows color (decimal): -5471907 or 6128044. OLE color: 6128044.

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

Color convert

RGB 172 129 93 -
CMYK 0 0.25 0.46 0.33
HSL 27.34º 0.32% 0.52% -
HSV(B) 27.34º 0.46% 0.67% -
XYZ 26.84 25.26 13.82 -
YUV 137.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 172 129 93 0 0.25 0.46 0.33 27.34 0.32 0.52
Hex AC 81 5D 0 19 2E 21 1B 20 34
Octal 254 201 135 0 31 56 41 33 40 64
Binary 10101100 10000001 1011101 0 11001 101110 100001 11011 100000 110100

Color Harmonies of #AC815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC815D

Black with #AC815D

Text Example


Text Example

White with #AC815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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