Html Css Color HEX #AF8059 Medium Wood

📋 copy color: '#AF8059'

red 175 ◦ green 128 ◦ blue 89

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

Shades of Medium Wood #AF8059

Tints of Medium Wood #AF8059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 44.64%
G = 32.65%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF8059 (or 0xAF8059) is known color: Medium Wood. HEX triplet: AF, 80 and 59. RGB value is (175,128,89). Sum of RGB (Red+Green+Blue) = 175+128+89=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8059 is #507FA6. Grayscale: #898989. Windows color (decimal): -5275559 or 5865647. OLE color: 5865647.

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

Color convert

RGB 175 128 89 -
CMYK 0 0.27 0.49 0.31
HSL 27.21º 0.35% 0.52% -
HSV(B) 27.21º 0.49% 0.69% -
XYZ 27.2 25.27 12.9 -
YUV 137.61 100.57 154.67 -
System Red Green Blue C M Y K H S L
Decimal 175 128 89 0 0.27 0.49 0.31 27.21 0.35 0.52
Hex AF 80 59 0 1B 31 1F 1B 23 34
Octal 257 200 131 0 33 61 37 33 43 64
Binary 10101111 10000000 1011001 0 11011 110001 11111 11011 100011 110100

Color Harmonies of #AF8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8059

Black with #AF8059

Text Example


Text Example

White with #AF8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8059; }

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

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

background-color css

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

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

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

border-color css

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

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

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