Html Css Color HEX #AC815B Medium Wood

📋 copy color: '#AC815B'

red 172 ◦ green 129 ◦ blue 91

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

Shades of Medium Wood #AC815B

Tints of Medium Wood #AC815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 43.88%
G = 32.91%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC815B (or 0xAC815B) is known color: Medium Wood. HEX triplet: AC, 81 and 5B. RGB value is (172,129,91). Sum of RGB (Red+Green+Blue) = 172+129+91=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC815B is #537EA4. Grayscale: #898989. Windows color (decimal): -5471909 or 5996972. OLE color: 5996972.

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

Color convert

RGB 172 129 91 -
CMYK 0 0.25 0.47 0.33
HSL 28.15º 0.33% 0.52% -
HSV(B) 28.15º 0.47% 0.67% -
XYZ 26.75 25.23 13.36 -
YUV 137.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 172 129 91 0 0.25 0.47 0.33 28.15 0.33 0.52
Hex AC 81 5B 0 19 2F 21 1C 21 34
Octal 254 201 133 0 31 57 41 34 41 64
Binary 10101100 10000001 1011011 0 11001 101111 100001 11100 100001 110100

Color Harmonies of #AC815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC815B

Black with #AC815B

Text Example


Text Example

White with #AC815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC815B; }

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

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

background-color css

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

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

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

border-color css

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

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

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