Html Css Color HEX #AC7960 Medium Wood

📋 copy color: '#AC7960'

red 172 ◦ green 121 ◦ blue 96

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

Shades of Medium Wood #AC7960

Tints of Medium Wood #AC7960

RGB

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

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

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

R = 44.22%
G = 31.11%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC7960 (or 0xAC7960) is known color: Medium Wood. HEX triplet: AC, 79 and 60. RGB value is (172,121,96). Sum of RGB (Red+Green+Blue) = 172+121+96=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7960 is #53869F. Grayscale: #858585. Windows color (decimal): -5473952 or 6322604. OLE color: 6322604.

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

Color convert

RGB 172 121 96 -
CMYK 0 0.30 0.44 0.33
HSL 19.74º 0.31% 0.53% -
HSV(B) 19.74º 0.44% 0.67% -
XYZ 25.96 23.29 14.19 -
YUV 133.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 172 121 96 0 0.30 0.44 0.33 19.74 0.31 0.53
Hex AC 79 60 0 1E 2C 21 14 1F 35
Octal 254 171 140 0 36 54 41 24 37 65
Binary 10101100 1111001 1100000 0 11110 101100 100001 10100 11111 110101

Color Harmonies of #AC7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7960

Black with #AC7960

Text Example


Text Example

White with #AC7960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7960; }

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

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

background-color css

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

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

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

border-color css

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

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

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