Html Css Color HEX #AF856C Medium Wood

📋 copy color: '#AF856C'

red 175 ◦ green 133 ◦ blue 108

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

Shades of Medium Wood #AF856C

Tints of Medium Wood #AF856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.97%

 BLUE value IS 108 (42.58% from 255) = 25.96%

R = 42.07%
G = 31.97%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF856C (or 0xAF856C) is known color: Medium Wood. HEX triplet: AF, 85 and 6C. RGB value is (175,133,108). Sum of RGB (Red+Green+Blue) = 175+133+108=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF856C is #507A93. Grayscale: #8E8E8E. Windows color (decimal): -5274260 or 7112111. OLE color: 7112111.

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

Color convert

RGB 175 133 108 -
CMYK 0 0.24 0.38 0.31
HSL 22.39º 0.3% 0.55% -
HSV(B) 22.39º 0.38% 0.69% -
XYZ 28.77 26.97 17.88 -
YUV 142.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 175 133 108 0 0.24 0.38 0.31 22.39 0.3 0.55
Hex AF 85 6C 0 18 26 1F 16 1E 37
Octal 257 205 154 0 30 46 37 26 36 67
Binary 10101111 10000101 1101100 0 11000 100110 11111 10110 11110 110111

Color Harmonies of #AF856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF856C

Black with #AF856C

Text Example


Text Example

White with #AF856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF856C; }

 p { color: rgb(175,133,108); }

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

background-color css

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

 a { background-color: rgb(175,133,108); }

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

border-color css

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

 span { border-color: rgb(175,133,108); }

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