Html Css Color HEX #AF835F Medium Wood

📋 copy color: '#AF835F'

red 175 ◦ green 131 ◦ blue 95

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

Shades of Medium Wood #AF835F

Tints of Medium Wood #AF835F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 43.64%
G = 32.67%
B = 23.69%

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

#AF835F (or 0xAF835F) is known color: Medium Wood. HEX triplet: AF, 83 and 5F. RGB value is (175,131,95). Sum of RGB (Red+Green+Blue) = 175+131+95=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF835F is #507CA0. Grayscale: #8C8C8C. Windows color (decimal): -5274785 or 6259631. OLE color: 6259631.

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

Color convert

RGB 175 131 95 -
CMYK 0 0.25 0.46 0.31
HSL 27º 0.33% 0.53% -
HSV(B) 27º 0.46% 0.69% -
XYZ 27.86 26.17 14.41 -
YUV 140.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 175 131 95 0 0.25 0.46 0.31 27 0.33 0.53
Hex AF 83 5F 0 19 2E 1F 1B 21 35
Octal 257 203 137 0 31 56 37 33 41 65
Binary 10101111 10000011 1011111 0 11001 101110 11111 11011 100001 110101

Color Harmonies of #AF835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF835F

Black with #AF835F

Text Example


Text Example

White with #AF835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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