Html Css Color HEX #AF8669 Medium Wood

📋 copy color: '#AF8669'

red 175 ◦ green 134 ◦ blue 105

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

Shades of Medium Wood #AF8669

Tints of Medium Wood #AF8669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.36%

R = 42.27%
G = 32.37%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF8669 (or 0xAF8669) is known color: Medium Wood. HEX triplet: AF, 86 and 69. RGB value is (175,134,105). Sum of RGB (Red+Green+Blue) = 175+134+105=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8669 is #507996. Grayscale: #8F8F8F. Windows color (decimal): -5274007 or 6915759. OLE color: 6915759.

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

Color convert

RGB 175 134 105 -
CMYK 0 0.23 0.40 0.31
HSL 24.86º 0.3% 0.55% -
HSV(B) 24.86º 0.4% 0.69% -
XYZ 28.75 27.18 17.1 -
YUV 142.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 175 134 105 0 0.23 0.40 0.31 24.86 0.3 0.55
Hex AF 86 69 0 17 28 1F 19 1E 37
Octal 257 206 151 0 27 50 37 31 36 67
Binary 10101111 10000110 1101001 0 10111 101000 11111 11001 11110 110111

Color Harmonies of #AF8669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8669

Black with #AF8669

Text Example


Text Example

White with #AF8669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8669; }

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

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

background-color css

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

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

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

border-color css

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

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

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