Html Css Color HEX #AF8668 Medium Wood

📋 copy color: '#AF8668'

red 175 ◦ green 134 ◦ blue 104

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

Shades of Medium Wood #AF8668

Tints of Medium Wood #AF8668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.45%

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 42.37%
G = 32.45%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF8668 (or 0xAF8668) is known color: Medium Wood. HEX triplet: AF, 86 and 68. RGB value is (175,134,104). Sum of RGB (Red+Green+Blue) = 175+134+104=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8668 is #507997. Grayscale: #8F8F8F. Windows color (decimal): -5274008 or 6850223. OLE color: 6850223.

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

Color convert

RGB 175 134 104 -
CMYK 0 0.23 0.41 0.31
HSL 25.35º 0.31% 0.55% -
HSV(B) 25.35º 0.41% 0.69% -
XYZ 28.7 27.16 16.83 -
YUV 142.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 175 134 104 0 0.23 0.41 0.31 25.35 0.31 0.55
Hex AF 86 68 0 17 29 1F 19 1F 37
Octal 257 206 150 0 27 51 37 31 37 67
Binary 10101111 10000110 1101000 0 10111 101001 11111 11001 11111 110111

Color Harmonies of #AF8668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8668

Black with #AF8668

Text Example


Text Example

White with #AF8668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8668; }

 p { color: rgb(175,134,104); }

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

background-color css

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

 a { background-color: rgb(175,134,104); }

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

border-color css

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

 span { border-color: rgb(175,134,104); }

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