Html Css Color HEX #AF835B Medium Wood

📋 copy color: '#AF835B'

red 175 ◦ green 131 ◦ blue 91

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

Shades of Medium Wood #AF835B

Tints of Medium Wood #AF835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 44.08%
G = 33%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF835B (or 0xAF835B) is known color: Medium Wood. HEX triplet: AF, 83 and 5B. RGB value is (175,131,91). Sum of RGB (Red+Green+Blue) = 175+131+91=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF835B is #507CA4. Grayscale: #8B8B8B. Windows color (decimal): -5274789 or 5997487. OLE color: 5997487.

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

Color convert

RGB 175 131 91 -
CMYK 0 0.25 0.48 0.31
HSL 28.57º 0.34% 0.52% -
HSV(B) 28.57º 0.48% 0.69% -
XYZ 27.68 26.1 13.48 -
YUV 139.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 175 131 91 0 0.25 0.48 0.31 28.57 0.34 0.52
Hex AF 83 5B 0 19 30 1F 1D 22 34
Octal 257 203 133 0 31 60 37 35 42 64
Binary 10101111 10000011 1011011 0 11001 110000 11111 11101 100010 110100

Color Harmonies of #AF835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF835B

Black with #AF835B

Text Example


Text Example

White with #AF835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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