Html Css Color HEX #AC7F65 Medium Wood

📋 copy color: '#AC7F65'

red 172 ◦ green 127 ◦ blue 101

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

Shades of Medium Wood #AC7F65

Tints of Medium Wood #AC7F65

RGB

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

 GREEN value IS 127 (50% from 255) = 31.75%

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 43%
G = 31.75%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC7F65 (or 0xAC7F65) is known color: Medium Wood. HEX triplet: AC, 7F and 65. RGB value is (172,127,101). Sum of RGB (Red+Green+Blue) = 172+127+101=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F65 is #53809A. Grayscale: #898989. Windows color (decimal): -5472411 or 6651820. OLE color: 6651820.

HSL color Cylindrical-coordinate representation of color #AC7F65: hue angle of 21.97º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7F65 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 101 -
CMYK 0 0.26 0.41 0.33
HSL 21.97º 0.3% 0.54% -
HSV(B) 21.97º 0.41% 0.67% -
XYZ 26.95 24.89 15.7 -
YUV 137.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 172 127 101 0 0.26 0.41 0.33 21.97 0.3 0.54
Hex AC 7F 65 0 1A 29 21 16 1E 36
Octal 254 177 145 0 32 51 41 26 36 66
Binary 10101100 1111111 1100101 0 11010 101001 100001 10110 11110 110110

Color Harmonies of #AC7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F65

Black with #AC7F65

Text Example


Text Example

White with #AC7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F65; }

 p { color: rgb(172,127,101); }

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

background-color css

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

 a { background-color: rgb(172,127,101); }

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

border-color css

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

 span { border-color: rgb(172,127,101); }

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