Html Css Color HEX #AC7A63 Medium Wood

📋 copy color: '#AC7A63'

red 172 ◦ green 122 ◦ blue 99

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

Shades of Medium Wood #AC7A63

Tints of Medium Wood #AC7A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 99 (39.06% from 255) = 25.19%

R = 43.77%
G = 31.04%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC7A63 (or 0xAC7A63) is known color: Medium Wood. HEX triplet: AC, 7A and 63. RGB value is (172,122,99). Sum of RGB (Red+Green+Blue) = 172+122+99=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A63 is #53859C. Grayscale: #868686. Windows color (decimal): -5473693 or 6519468. OLE color: 6519468.

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

Color convert

RGB 172 122 99 -
CMYK 0 0.29 0.42 0.33
HSL 18.9º 0.31% 0.53% -
HSV(B) 18.9º 0.42% 0.67% -
XYZ 26.22 23.59 14.98 -
YUV 134.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 172 122 99 0 0.29 0.42 0.33 18.9 0.31 0.53
Hex AC 7A 63 0 1D 2A 21 13 1F 35
Octal 254 172 143 0 35 52 41 23 37 65
Binary 10101100 1111010 1100011 0 11101 101010 100001 10011 11111 110101

Color Harmonies of #AC7A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A63

Black with #AC7A63

Text Example


Text Example

White with #AC7A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A63; }

 p { color: rgb(172,122,99); }

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

background-color css

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

 a { background-color: rgb(172,122,99); }

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

border-color css

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

 span { border-color: rgb(172,122,99); }

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