Html Css Color HEX #AF865E Medium Wood

📋 copy color: '#AF865E'

red 175 ◦ green 134 ◦ blue 94

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

Shades of Medium Wood #AF865E

Tints of Medium Wood #AF865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 43.42%
G = 33.25%
B = 23.33%

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

#AF865E (or 0xAF865E) is known color: Medium Wood. HEX triplet: AF, 86 and 5E. RGB value is (175,134,94). Sum of RGB (Red+Green+Blue) = 175+134+94=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF865E is #5079A1. Grayscale: #8D8D8D. Windows color (decimal): -5274018 or 6194863. OLE color: 6194863.

HSL color Cylindrical-coordinate representation of color #AF865E: hue angle of 29.63º degrees, saturation: 0.34, 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 #AF865E is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 94 -
CMYK 0 0.23 0.46 0.31
HSL 29.63º 0.34% 0.53% -
HSV(B) 29.63º 0.46% 0.69% -
XYZ 28.22 26.97 14.31 -
YUV 141.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 175 134 94 0 0.23 0.46 0.31 29.63 0.34 0.53
Hex AF 86 5E 0 17 2E 1F 1E 22 35
Octal 257 206 136 0 27 56 37 36 42 65
Binary 10101111 10000110 1011110 0 10111 101110 11111 11110 100010 110101

Color Harmonies of #AF865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF865E

Black with #AF865E

Text Example


Text Example

White with #AF865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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