Html Css Color HEX #AF8670 Medium Wood

📋 copy color: '#AF8670'

red 175 ◦ green 134 ◦ blue 112

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

Shades of Medium Wood #AF8670

Tints of Medium Wood #AF8670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 41.57%
G = 31.83%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF8670 (or 0xAF8670) is known color: Medium Wood. HEX triplet: AF, 86 and 70. RGB value is (175,134,112). Sum of RGB (Red+Green+Blue) = 175+134+112=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8670 is #50798F. Grayscale: #8F8F8F. Windows color (decimal): -5274000 or 7374511. OLE color: 7374511.

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

Color convert

RGB 175 134 112 -
CMYK 0 0.23 0.36 0.31
HSL 20.95º 0.28% 0.56% -
HSV(B) 20.95º 0.36% 0.69% -
XYZ 29.13 27.33 19.07 -
YUV 143.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 175 134 112 0 0.23 0.36 0.31 20.95 0.28 0.56
Hex AF 86 70 0 17 24 1F 15 1C 38
Octal 257 206 160 0 27 44 37 25 34 70
Binary 10101111 10000110 1110000 0 10111 100100 11111 10101 11100 111000

Color Harmonies of #AF8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8670

Black with #AF8670

Text Example


Text Example

White with #AF8670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8670; }

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

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

background-color css

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

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

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

border-color css

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

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

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