Html Css Color HEX #AC815E Medium Wood

📋 copy color: '#AC815E'

red 172 ◦ green 129 ◦ blue 94

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

Shades of Medium Wood #AC815E

Tints of Medium Wood #AC815E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.8%

R = 43.54%
G = 32.66%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC815E (or 0xAC815E) is known color: Medium Wood. HEX triplet: AC, 81 and 5E. RGB value is (172,129,94). Sum of RGB (Red+Green+Blue) = 172+129+94=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC815E is #537EA1. Grayscale: #8A8A8A. Windows color (decimal): -5471906 or 6193580. OLE color: 6193580.

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

Color convert

RGB 172 129 94 -
CMYK 0 0.25 0.45 0.33
HSL 26.92º 0.32% 0.52% -
HSV(B) 26.92º 0.45% 0.67% -
XYZ 26.88 25.28 14.05 -
YUV 137.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 172 129 94 0 0.25 0.45 0.33 26.92 0.32 0.52
Hex AC 81 5E 0 19 2D 21 1B 20 34
Octal 254 201 136 0 31 55 41 33 40 64
Binary 10101100 10000001 1011110 0 11001 101101 100001 11011 100000 110100

Color Harmonies of #AC815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC815E

Black with #AC815E

Text Example


Text Example

White with #AC815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC815E; }

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

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

background-color css

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

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

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

border-color css

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

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

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