Html Css Color HEX #AF846F Medium Wood

📋 copy color: '#AF846F'

red 175 ◦ green 132 ◦ blue 111

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

Shades of Medium Wood #AF846F

Tints of Medium Wood #AF846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

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

R = 41.87%
G = 31.58%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF846F (or 0xAF846F) is known color: Medium Wood. HEX triplet: AF, 84 and 6F. RGB value is (175,132,111). Sum of RGB (Red+Green+Blue) = 175+132+111=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF846F is #507B90. Grayscale: #8E8E8E. Windows color (decimal): -5274513 or 7308463. OLE color: 7308463.

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

Color convert

RGB 175 132 111 -
CMYK 0 0.25 0.37 0.31
HSL 19.69º 0.29% 0.56% -
HSV(B) 19.69º 0.37% 0.69% -
XYZ 28.8 26.76 18.69 -
YUV 142.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 175 132 111 0 0.25 0.37 0.31 19.69 0.29 0.56
Hex AF 84 6F 0 19 25 1F 14 1D 38
Octal 257 204 157 0 31 45 37 24 35 70
Binary 10101111 10000100 1101111 0 11001 100101 11111 10100 11101 111000

Color Harmonies of #AF846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF846F

Black with #AF846F

Text Example


Text Example

White with #AF846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF846F; }

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

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

background-color css

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

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

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

border-color css

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

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

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