Html Css Color HEX #AC7961 Medium Wood

📋 copy color: '#AC7961'

red 172 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #AC7961

Tints of Medium Wood #AC7961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 44.1%
G = 31.03%
B = 24.87%

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

#AC7961 (or 0xAC7961) is known color: Medium Wood. HEX triplet: AC, 79 and 61. RGB value is (172,121,97). Sum of RGB (Red+Green+Blue) = 172+121+97=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7961 is #53869E. Grayscale: #858585. Windows color (decimal): -5473951 or 6388140. OLE color: 6388140.

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

Color convert

RGB 172 121 97 -
CMYK 0 0.30 0.44 0.33
HSL 19.2º 0.31% 0.53% -
HSV(B) 19.2º 0.44% 0.67% -
XYZ 26.01 23.31 14.44 -
YUV 133.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 172 121 97 0 0.30 0.44 0.33 19.2 0.31 0.53
Hex AC 79 61 0 1E 2C 21 13 1F 35
Octal 254 171 141 0 36 54 41 23 37 65
Binary 10101100 1111001 1100001 0 11110 101100 100001 10011 11111 110101

Color Harmonies of #AC7961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7961

Black with #AC7961

Text Example


Text Example

White with #AC7961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7961; }

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

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

background-color css

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

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

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

border-color css

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

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

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