Html Css Color HEX #AF8166 Medium Wood

📋 copy color: '#AF8166'

red 175 ◦ green 129 ◦ blue 102

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

Shades of Medium Wood #AF8166

Tints of Medium Wood #AF8166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.77%

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

R = 43.1%
G = 31.77%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF8166 (or 0xAF8166) is known color: Medium Wood. HEX triplet: AF, 81 and 66. RGB value is (175,129,102). Sum of RGB (Red+Green+Blue) = 175+129+102=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8166 is #507E99. Grayscale: #8B8B8B. Windows color (decimal): -5275290 or 6717871. OLE color: 6717871.

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

Color convert

RGB 175 129 102 -
CMYK 0 0.26 0.42 0.31
HSL 22.19º 0.31% 0.54% -
HSV(B) 22.19º 0.42% 0.69% -
XYZ 27.93 25.77 16.07 -
YUV 139.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 175 129 102 0 0.26 0.42 0.31 22.19 0.31 0.54
Hex AF 81 66 0 1A 2A 1F 16 1F 36
Octal 257 201 146 0 32 52 37 26 37 66
Binary 10101111 10000001 1100110 0 11010 101010 11111 10110 11111 110110

Color Harmonies of #AF8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8166

Black with #AF8166

Text Example


Text Example

White with #AF8166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8166; }

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

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

background-color css

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

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

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

border-color css

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

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

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