Html Css Color HEX #AF866F Medium Wood

📋 copy color: '#AF866F'

red 175 ◦ green 134 ◦ blue 111

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

Shades of Medium Wood #AF866F

Tints of Medium Wood #AF866F

RGB

 RED value IS 175 (68.75% from 255) = 41.67%

 GREEN value IS 134 (52.73% from 255) = 31.9%

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 41.67%
G = 31.9%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF866F (or 0xAF866F) is known color: Medium Wood. HEX triplet: AF, 86 and 6F. RGB value is (175,134,111). Sum of RGB (Red+Green+Blue) = 175+134+111=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF866F is #507990. Grayscale: #8F8F8F. Windows color (decimal): -5274001 or 7308975. OLE color: 7308975.

HSL color Cylindrical-coordinate representation of color #AF866F: hue angle of 21.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF866F is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 111 -
CMYK 0 0.23 0.37 0.31
HSL 21.56º 0.29% 0.56% -
HSV(B) 21.56º 0.37% 0.69% -
XYZ 29.07 27.31 18.78 -
YUV 143.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 175 134 111 0 0.23 0.37 0.31 21.56 0.29 0.56
Hex AF 86 6F 0 17 25 1F 16 1D 38
Octal 257 206 157 0 27 45 37 26 35 70
Binary 10101111 10000110 1101111 0 10111 100101 11111 10110 11101 111000

Color Harmonies of #AF866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF866F

Black with #AF866F

Text Example


Text Example

White with #AF866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF866F; }

 p { color: rgb(175,134,111); }

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

background-color css

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

 a { background-color: rgb(175,134,111); }

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

border-color css

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

 span { border-color: rgb(175,134,111); }

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