Html Css Color HEX #AF835D Medium Wood

📋 copy color: '#AF835D'

red 175 ◦ green 131 ◦ blue 93

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

Shades of Medium Wood #AF835D

Tints of Medium Wood #AF835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 43.86%
G = 32.83%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF835D (or 0xAF835D) is known color: Medium Wood. HEX triplet: AF, 83 and 5D. RGB value is (175,131,93). Sum of RGB (Red+Green+Blue) = 175+131+93=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF835D is #507CA2. Grayscale: #8C8C8C. Windows color (decimal): -5274787 or 6128559. OLE color: 6128559.

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

Color convert

RGB 175 131 93 -
CMYK 0 0.25 0.47 0.31
HSL 27.8º 0.34% 0.53% -
HSV(B) 27.8º 0.47% 0.69% -
XYZ 27.77 26.14 13.94 -
YUV 139.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 175 131 93 0 0.25 0.47 0.31 27.8 0.34 0.53
Hex AF 83 5D 0 19 2F 1F 1C 22 35
Octal 257 203 135 0 31 57 37 34 42 65
Binary 10101111 10000011 1011101 0 11001 101111 11111 11100 100010 110101

Color Harmonies of #AF835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF835D

Black with #AF835D

Text Example


Text Example

White with #AF835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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