Html Css Color HEX #AC795F Medium Wood

📋 copy color: '#AC795F'

red 172 ◦ green 121 ◦ blue 95

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

Shades of Medium Wood #AC795F

Tints of Medium Wood #AC795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 44.33%
G = 31.19%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC795F (or 0xAC795F) is known color: Medium Wood. HEX triplet: AC, 79 and 5F. RGB value is (172,121,95). Sum of RGB (Red+Green+Blue) = 172+121+95=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC795F is #5386A0. Grayscale: #858585. Windows color (decimal): -5473953 or 6257068. OLE color: 6257068.

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

Color convert

RGB 172 121 95 -
CMYK 0 0.30 0.45 0.33
HSL 20.26º 0.32% 0.52% -
HSV(B) 20.26º 0.45% 0.67% -
XYZ 25.92 23.27 13.95 -
YUV 133.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 172 121 95 0 0.30 0.45 0.33 20.26 0.32 0.52
Hex AC 79 5F 0 1E 2D 21 14 20 34
Octal 254 171 137 0 36 55 41 24 40 64
Binary 10101100 1111001 1011111 0 11110 101101 100001 10100 100000 110100

Color Harmonies of #AC795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC795F

Black with #AC795F

Text Example


Text Example

White with #AC795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC795F; }

 p { color: rgb(172,121,95); }

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

background-color css

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

 a { background-color: rgb(172,121,95); }

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

border-color css

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

 span { border-color: rgb(172,121,95); }

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