Html Css Color HEX #AF805D Medium Wood

📋 copy color: '#AF805D'

red 175 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #AF805D

Tints of Medium Wood #AF805D

RGB

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

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

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

R = 44.19%
G = 32.32%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF805D (or 0xAF805D) is known color: Medium Wood. HEX triplet: AF, 80 and 5D. RGB value is (175,128,93). Sum of RGB (Red+Green+Blue) = 175+128+93=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF805D is #507FA2. Grayscale: #8A8A8A. Windows color (decimal): -5275555 or 6127791. OLE color: 6127791.

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

Color convert

RGB 175 128 93 -
CMYK 0 0.27 0.47 0.31
HSL 25.61º 0.34% 0.53% -
HSV(B) 25.61º 0.47% 0.69% -
XYZ 27.37 25.34 13.8 -
YUV 138.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 175 128 93 0 0.27 0.47 0.31 25.61 0.34 0.53
Hex AF 80 5D 0 1B 2F 1F 1A 22 35
Octal 257 200 135 0 33 57 37 32 42 65
Binary 10101111 10000000 1011101 0 11011 101111 11111 11010 100010 110101

Color Harmonies of #AF805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF805D

Black with #AF805D

Text Example


Text Example

White with #AF805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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