Html Css Color HEX #AF805E Medium Wood

📋 copy color: '#AF805E'

red 175 ◦ green 128 ◦ blue 94

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

Shades of Medium Wood #AF805E

Tints of Medium Wood #AF805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

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

R = 44.08%
G = 32.24%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF805E (or 0xAF805E) is known color: Medium Wood. HEX triplet: AF, 80 and 5E. RGB value is (175,128,94). Sum of RGB (Red+Green+Blue) = 175+128+94=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF805E is #507FA1. Grayscale: #8A8A8A. Windows color (decimal): -5275554 or 6193327. OLE color: 6193327.

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

Color convert

RGB 175 128 94 -
CMYK 0 0.27 0.46 0.31
HSL 25.19º 0.34% 0.53% -
HSV(B) 25.19º 0.46% 0.69% -
XYZ 27.42 25.36 14.04 -
YUV 138.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 175 128 94 0 0.27 0.46 0.31 25.19 0.34 0.53
Hex AF 80 5E 0 1B 2E 1F 19 22 35
Octal 257 200 136 0 33 56 37 31 42 65
Binary 10101111 10000000 1011110 0 11011 101110 11111 11001 100010 110101

Color Harmonies of #AF805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF805E

Black with #AF805E

Text Example


Text Example

White with #AF805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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