Html Css Color HEX #AF836E Medium Wood

📋 copy color: '#AF836E'

red 175 ◦ green 131 ◦ blue 110

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

Shades of Medium Wood #AF836E

Tints of Medium Wood #AF836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.49%

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

R = 42.07%
G = 31.49%
B = 26.44%

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

#AF836E (or 0xAF836E) is known color: Medium Wood. HEX triplet: AF, 83 and 6E. RGB value is (175,131,110). Sum of RGB (Red+Green+Blue) = 175+131+110=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF836E is #507C91. Grayscale: #8D8D8D. Windows color (decimal): -5274770 or 7242671. OLE color: 7242671.

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

Color convert

RGB 175 131 110 -
CMYK 0 0.25 0.37 0.31
HSL 19.38º 0.29% 0.56% -
HSV(B) 19.38º 0.37% 0.69% -
XYZ 28.61 26.47 18.35 -
YUV 141.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 175 131 110 0 0.25 0.37 0.31 19.38 0.29 0.56
Hex AF 83 6E 0 19 25 1F 13 1D 38
Octal 257 203 156 0 31 45 37 23 35 70
Binary 10101111 10000011 1101110 0 11001 100101 11111 10011 11101 111000

Color Harmonies of #AF836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF836E

Black with #AF836E

Text Example


Text Example

White with #AF836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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