Html Css Color HEX #AC7B60 Medium Wood

📋 copy color: '#AC7B60'

red 172 ◦ green 123 ◦ blue 96

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

Shades of Medium Wood #AC7B60

Tints of Medium Wood #AC7B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 43.99%
G = 31.46%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC7B60 (or 0xAC7B60) is known color: Medium Wood. HEX triplet: AC, 7B and 60. RGB value is (172,123,96). Sum of RGB (Red+Green+Blue) = 172+123+96=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B60 is #53849F. Grayscale: #868686. Windows color (decimal): -5473440 or 6323116. OLE color: 6323116.

HSL color Cylindrical-coordinate representation of color #AC7B60: hue angle of 21.32º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7B60 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 96 -
CMYK 0 0.28 0.44 0.33
HSL 21.32º 0.31% 0.53% -
HSV(B) 21.32º 0.44% 0.67% -
XYZ 26.21 23.78 14.28 -
YUV 134.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 172 123 96 0 0.28 0.44 0.33 21.32 0.31 0.53
Hex AC 7B 60 0 1C 2C 21 15 1F 35
Octal 254 173 140 0 34 54 41 25 37 65
Binary 10101100 1111011 1100000 0 11100 101100 100001 10101 11111 110101

Color Harmonies of #AC7B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B60

Black with #AC7B60

Text Example


Text Example

White with #AC7B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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