Html Css Color HEX #AF8868 Medium Wood

📋 copy color: '#AF8868'

red 175 ◦ green 136 ◦ blue 104

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

Shades of Medium Wood #AF8868

Tints of Medium Wood #AF8868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 42.17%
G = 32.77%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF8868 (or 0xAF8868) is known color: Medium Wood. HEX triplet: AF, 88 and 68. RGB value is (175,136,104). Sum of RGB (Red+Green+Blue) = 175+136+104=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8868 is #507797. Grayscale: #909090. Windows color (decimal): -5273496 or 6850735. OLE color: 6850735.

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

Color convert

RGB 175 136 104 -
CMYK 0 0.22 0.41 0.31
HSL 27.04º 0.31% 0.55% -
HSV(B) 27.04º 0.41% 0.69% -
XYZ 28.98 27.72 16.92 -
YUV 144.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 175 136 104 0 0.22 0.41 0.31 27.04 0.31 0.55
Hex AF 88 68 0 16 29 1F 1B 1F 37
Octal 257 210 150 0 26 51 37 33 37 67
Binary 10101111 10001000 1101000 0 10110 101001 11111 11011 11111 110111

Color Harmonies of #AF8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8868

Black with #AF8868

Text Example


Text Example

White with #AF8868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8868; }

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

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

background-color css

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

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

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

border-color css

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

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

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