Html Css Color HEX #AF8461 Medium Wood

📋 copy color: '#AF8461'

red 175 ◦ green 132 ◦ blue 97

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

Shades of Medium Wood #AF8461

Tints of Medium Wood #AF8461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 43.32%
G = 32.67%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF8461 (or 0xAF8461) is known color: Medium Wood. HEX triplet: AF, 84 and 61. RGB value is (175,132,97). Sum of RGB (Red+Green+Blue) = 175+132+97=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8461 is #507B9E. Grayscale: #8D8D8D. Windows color (decimal): -5274527 or 6390959. OLE color: 6390959.

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

Color convert

RGB 175 132 97 -
CMYK 0 0.25 0.45 0.31
HSL 26.92º 0.33% 0.53% -
HSV(B) 26.92º 0.45% 0.69% -
XYZ 28.09 26.48 14.94 -
YUV 140.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 175 132 97 0 0.25 0.45 0.31 26.92 0.33 0.53
Hex AF 84 61 0 19 2D 1F 1B 21 35
Octal 257 204 141 0 31 55 37 33 41 65
Binary 10101111 10000100 1100001 0 11001 101101 11111 11011 100001 110101

Color Harmonies of #AF8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8461

Black with #AF8461

Text Example


Text Example

White with #AF8461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8461; }

 p { color: rgb(175,132,97); }

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

background-color css

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

 a { background-color: rgb(175,132,97); }

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

border-color css

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

 span { border-color: rgb(175,132,97); }

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