Html Css Color HEX #AF865F Medium Wood

📋 copy color: '#AF865F'

red 175 ◦ green 134 ◦ blue 95

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

Shades of Medium Wood #AF865F

Tints of Medium Wood #AF865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 43.32%
G = 33.17%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF865F (or 0xAF865F) is known color: Medium Wood. HEX triplet: AF, 86 and 5F. RGB value is (175,134,95). Sum of RGB (Red+Green+Blue) = 175+134+95=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF865F is #5079A0. Grayscale: #8E8E8E. Windows color (decimal): -5274017 or 6260399. OLE color: 6260399.

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

Color convert

RGB 175 134 95 -
CMYK 0 0.23 0.46 0.31
HSL 29.25º 0.33% 0.53% -
HSV(B) 29.25º 0.46% 0.69% -
XYZ 28.27 26.99 14.55 -
YUV 141.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 175 134 95 0 0.23 0.46 0.31 29.25 0.33 0.53
Hex AF 86 5F 0 17 2E 1F 1D 21 35
Octal 257 206 137 0 27 56 37 35 41 65
Binary 10101111 10000110 1011111 0 10111 101110 11111 11101 100001 110101

Color Harmonies of #AF865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF865F

Black with #AF865F

Text Example


Text Example

White with #AF865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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