Html Css Color HEX #AF8259 Medium Wood

📋 copy color: '#AF8259'

red 175 ◦ green 130 ◦ blue 89

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

Shades of Medium Wood #AF8259

Tints of Medium Wood #AF8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 44.42%
G = 32.99%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF8259 (or 0xAF8259) is known color: Medium Wood. HEX triplet: AF, 82 and 59. RGB value is (175,130,89). Sum of RGB (Red+Green+Blue) = 175+130+89=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8259 is #507DA6. Grayscale: #8A8A8A. Windows color (decimal): -5275047 or 5866159. OLE color: 5866159.

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

Color convert

RGB 175 130 89 -
CMYK 0 0.26 0.49 0.31
HSL 28.6º 0.35% 0.52% -
HSV(B) 28.6º 0.49% 0.69% -
XYZ 27.47 25.8 12.98 -
YUV 138.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 175 130 89 0 0.26 0.49 0.31 28.6 0.35 0.52
Hex AF 82 59 0 1A 31 1F 1D 23 34
Octal 257 202 131 0 32 61 37 35 43 64
Binary 10101111 10000010 1011001 0 11010 110001 11111 11101 100011 110100

Color Harmonies of #AF8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8259

Black with #AF8259

Text Example


Text Example

White with #AF8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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