Html Css Color HEX #AF8466 Medium Wood

📋 copy color: '#AF8466'

red 175 ◦ green 132 ◦ blue 102

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

Shades of Medium Wood #AF8466

Tints of Medium Wood #AF8466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 42.79%
G = 32.27%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF8466 (or 0xAF8466) is known color: Medium Wood. HEX triplet: AF, 84 and 66. RGB value is (175,132,102). Sum of RGB (Red+Green+Blue) = 175+132+102=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8466 is #507B99. Grayscale: #8D8D8D. Windows color (decimal): -5274522 or 6718639. OLE color: 6718639.

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

Color convert

RGB 175 132 102 -
CMYK 0 0.25 0.42 0.31
HSL 24.66º 0.31% 0.54% -
HSV(B) 24.66º 0.42% 0.69% -
XYZ 28.33 26.58 16.21 -
YUV 141.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 175 132 102 0 0.25 0.42 0.31 24.66 0.31 0.54
Hex AF 84 66 0 19 2A 1F 19 1F 36
Octal 257 204 146 0 31 52 37 31 37 66
Binary 10101111 10000100 1100110 0 11001 101010 11111 11001 11111 110110

Color Harmonies of #AF8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8466

Black with #AF8466

Text Example


Text Example

White with #AF8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8466; }

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

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

background-color css

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

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

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

border-color css

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

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

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