Html Css Color HEX #AC7B5F Medium Wood

📋 copy color: '#AC7B5F'

red 172 ◦ green 123 ◦ blue 95

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

Shades of Medium Wood #AC7B5F

Tints of Medium Wood #AC7B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.54%

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

R = 44.1%
G = 31.54%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC7B5F (or 0xAC7B5F) is known color: Medium Wood. HEX triplet: AC, 7B and 5F. RGB value is (172,123,95). Sum of RGB (Red+Green+Blue) = 172+123+95=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B5F is #5384A0. Grayscale: #868686. Windows color (decimal): -5473441 or 6257580. OLE color: 6257580.

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

Color convert

RGB 172 123 95 -
CMYK 0 0.28 0.45 0.33
HSL 21.82º 0.32% 0.52% -
HSV(B) 21.82º 0.45% 0.67% -
XYZ 26.16 23.76 14.03 -
YUV 134.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 172 123 95 0 0.28 0.45 0.33 21.82 0.32 0.52
Hex AC 7B 5F 0 1C 2D 21 16 20 34
Octal 254 173 137 0 34 55 41 26 40 64
Binary 10101100 1111011 1011111 0 11100 101101 100001 10110 100000 110100

Color Harmonies of #AC7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B5F

Black with #AC7B5F

Text Example


Text Example

White with #AC7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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