Html Css Color HEX #AC7E63 Medium Wood

📋 copy color: '#AC7E63'

red 172 ◦ green 126 ◦ blue 99

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

Shades of Medium Wood #AC7E63

Tints of Medium Wood #AC7E63

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.74%

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

R = 43.32%
G = 31.74%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC7E63 (or 0xAC7E63) is known color: Medium Wood. HEX triplet: AC, 7E and 63. RGB value is (172,126,99). Sum of RGB (Red+Green+Blue) = 172+126+99=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E63 is #53819C. Grayscale: #888888. Windows color (decimal): -5472669 or 6520492. OLE color: 6520492.

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

Color convert

RGB 172 126 99 -
CMYK 0 0.27 0.42 0.33
HSL 22.19º 0.31% 0.53% -
HSV(B) 22.19º 0.42% 0.67% -
XYZ 26.73 24.59 15.14 -
YUV 136.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 172 126 99 0 0.27 0.42 0.33 22.19 0.31 0.53
Hex AC 7E 63 0 1B 2A 21 16 1F 35
Octal 254 176 143 0 33 52 41 26 37 65
Binary 10101100 1111110 1100011 0 11011 101010 100001 10110 11111 110101

Color Harmonies of #AC7E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E63

Black with #AC7E63

Text Example


Text Example

White with #AC7E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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