Html Css Color HEX #AF8866 Medium Wood

📋 copy color: '#AF8866'

red 175 ◦ green 136 ◦ blue 102

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

Shades of Medium Wood #AF8866

Tints of Medium Wood #AF8866

RGB

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

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

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

R = 42.37%
G = 32.93%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF8866 (or 0xAF8866) is known color: Medium Wood. HEX triplet: AF, 88 and 66. RGB value is (175,136,102). Sum of RGB (Red+Green+Blue) = 175+136+102=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8866 is #507799. Grayscale: #8F8F8F. Windows color (decimal): -5273498 or 6719663. OLE color: 6719663.

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

Color convert

RGB 175 136 102 -
CMYK 0 0.22 0.42 0.31
HSL 27.95º 0.31% 0.54% -
HSV(B) 27.95º 0.42% 0.69% -
XYZ 28.88 27.68 16.39 -
YUV 143.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 175 136 102 0 0.22 0.42 0.31 27.95 0.31 0.54
Hex AF 88 66 0 16 2A 1F 1C 1F 36
Octal 257 210 146 0 26 52 37 34 37 66
Binary 10101111 10001000 1100110 0 10110 101010 11111 11100 11111 110110

Color Harmonies of #AF8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8866

Black with #AF8866

Text Example


Text Example

White with #AF8866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8866; }

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

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

background-color css

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

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

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

border-color css

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

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

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