Html Css Color HEX #AF846D Medium Wood

📋 copy color: '#AF846D'

red 175 ◦ green 132 ◦ blue 109

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

Shades of Medium Wood #AF846D

Tints of Medium Wood #AF846D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 42.07%
G = 31.73%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF846D (or 0xAF846D) is known color: Medium Wood. HEX triplet: AF, 84 and 6D. RGB value is (175,132,109). Sum of RGB (Red+Green+Blue) = 175+132+109=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF846D is #507B92. Grayscale: #8E8E8E. Windows color (decimal): -5274515 or 7177391. OLE color: 7177391.

HSL color Cylindrical-coordinate representation of color #AF846D: hue angle of 20.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF846D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 109 -
CMYK 0 0.25 0.38 0.31
HSL 20.91º 0.29% 0.56% -
HSV(B) 20.91º 0.38% 0.69% -
XYZ 28.69 26.72 18.11 -
YUV 142.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 175 132 109 0 0.25 0.38 0.31 20.91 0.29 0.56
Hex AF 84 6D 0 19 26 1F 15 1D 38
Octal 257 204 155 0 31 46 37 25 35 70
Binary 10101111 10000100 1101101 0 11001 100110 11111 10101 11101 111000

Color Harmonies of #AF846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF846D

Black with #AF846D

Text Example


Text Example

White with #AF846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF846D; }

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

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

background-color css

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

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

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

border-color css

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

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

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