Html Css Color HEX #AF846E Medium Wood

📋 copy color: '#AF846E'

red 175 ◦ green 132 ◦ blue 110

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

Shades of Medium Wood #AF846E

Tints of Medium Wood #AF846E

RGB

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

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

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

R = 41.97%
G = 31.65%
B = 26.38%

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

#AF846E (or 0xAF846E) is known color: Medium Wood. HEX triplet: AF, 84 and 6E. RGB value is (175,132,110). Sum of RGB (Red+Green+Blue) = 175+132+110=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF846E is #507B91. Grayscale: #8E8E8E. Windows color (decimal): -5274514 or 7242927. OLE color: 7242927.

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

Color convert

RGB 175 132 110 -
CMYK 0 0.25 0.37 0.31
HSL 20.31º 0.29% 0.56% -
HSV(B) 20.31º 0.37% 0.69% -
XYZ 28.74 26.74 18.4 -
YUV 142.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 175 132 110 0 0.25 0.37 0.31 20.31 0.29 0.56
Hex AF 84 6E 0 19 25 1F 14 1D 38
Octal 257 204 156 0 31 45 37 24 35 70
Binary 10101111 10000100 1101110 0 11001 100101 11111 10100 11101 111000

Color Harmonies of #AF846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF846E

Black with #AF846E

Text Example


Text Example

White with #AF846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF846E; }

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

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

background-color css

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

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

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

border-color css

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

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

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