Html Css Color HEX #AC815C Medium Wood

📋 copy color: '#AC815C'

red 172 ◦ green 129 ◦ blue 92

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

Shades of Medium Wood #AC815C

Tints of Medium Wood #AC815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.41%

R = 43.77%
G = 32.82%
B = 23.41%

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

#AC815C (or 0xAC815C) is known color: Medium Wood. HEX triplet: AC, 81 and 5C. RGB value is (172,129,92). Sum of RGB (Red+Green+Blue) = 172+129+92=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC815C is #537EA3. Grayscale: #898989. Windows color (decimal): -5471908 or 6062508. OLE color: 6062508.

HSL color Cylindrical-coordinate representation of color #AC815C: hue angle of 27.75º 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 #AC815C is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 92 -
CMYK 0 0.25 0.47 0.33
HSL 27.75º 0.33% 0.52% -
HSV(B) 27.75º 0.47% 0.67% -
XYZ 26.8 25.24 13.59 -
YUV 137.64 102.25 152.51 -
System Red Green Blue C M Y K H S L
Decimal 172 129 92 0 0.25 0.47 0.33 27.75 0.33 0.52
Hex AC 81 5C 0 19 2F 21 1C 21 34
Octal 254 201 134 0 31 57 41 34 41 64
Binary 10101100 10000001 1011100 0 11001 101111 100001 11100 100001 110100

Color Harmonies of #AC815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC815C

Black with #AC815C

Text Example


Text Example

White with #AC815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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