Html Css Color HEX #AF856E Medium Wood

📋 copy color: '#AF856E'

red 175 ◦ green 133 ◦ blue 110

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

Shades of Medium Wood #AF856E

Tints of Medium Wood #AF856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 41.87%
G = 31.82%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF856E (or 0xAF856E) is known color: Medium Wood. HEX triplet: AF, 85 and 6E. RGB value is (175,133,110). Sum of RGB (Red+Green+Blue) = 175+133+110=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF856E is #507A91. Grayscale: #8F8F8F. Windows color (decimal): -5274258 or 7243183. OLE color: 7243183.

HSL color Cylindrical-coordinate representation of color #AF856E: hue angle of 21.23º 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 #AF856E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 110 -
CMYK 0 0.24 0.37 0.31
HSL 21.23º 0.29% 0.56% -
HSV(B) 21.23º 0.37% 0.69% -
XYZ 28.88 27.01 18.44 -
YUV 142.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 175 133 110 0 0.24 0.37 0.31 21.23 0.29 0.56
Hex AF 85 6E 0 18 25 1F 15 1D 38
Octal 257 205 156 0 30 45 37 25 35 70
Binary 10101111 10000101 1101110 0 11000 100101 11111 10101 11101 111000

Color Harmonies of #AF856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF856E

Black with #AF856E

Text Example


Text Example

White with #AF856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF856E; }

 p { color: rgb(175,133,110); }

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

background-color css

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

 a { background-color: rgb(175,133,110); }

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

border-color css

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

 span { border-color: rgb(175,133,110); }

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