Html Css Color HEX #AF835E Medium Wood

📋 copy color: '#AF835E'

red 175 ◦ green 131 ◦ blue 94

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

Shades of Medium Wood #AF835E

Tints of Medium Wood #AF835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 43.75%
G = 32.75%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF835E (or 0xAF835E) is known color: Medium Wood. HEX triplet: AF, 83 and 5E. RGB value is (175,131,94). Sum of RGB (Red+Green+Blue) = 175+131+94=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF835E is #507CA1. Grayscale: #8C8C8C. Windows color (decimal): -5274786 or 6194095. OLE color: 6194095.

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

Color convert

RGB 175 131 94 -
CMYK 0 0.25 0.46 0.31
HSL 27.41º 0.34% 0.53% -
HSV(B) 27.41º 0.46% 0.69% -
XYZ 27.82 26.15 14.17 -
YUV 139.94 102.08 153.01 -
System Red Green Blue C M Y K H S L
Decimal 175 131 94 0 0.25 0.46 0.31 27.41 0.34 0.53
Hex AF 83 5E 0 19 2E 1F 1B 22 35
Octal 257 203 136 0 31 56 37 33 42 65
Binary 10101111 10000011 1011110 0 11001 101110 11111 11011 100010 110101

Color Harmonies of #AF835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF835E

Black with #AF835E

Text Example


Text Example

White with #AF835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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