Html Css Color HEX #AF856A Medium Wood

📋 copy color: '#AF856A'

red 175 ◦ green 133 ◦ blue 106

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

Shades of Medium Wood #AF856A

Tints of Medium Wood #AF856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.6%

R = 42.27%
G = 32.13%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF856A (or 0xAF856A) is known color: Medium Wood. HEX triplet: AF, 85 and 6A. RGB value is (175,133,106). Sum of RGB (Red+Green+Blue) = 175+133+106=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF856A is #507A95. Grayscale: #8E8E8E. Windows color (decimal): -5274262 or 6981039. OLE color: 6981039.

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

Color convert

RGB 175 133 106 -
CMYK 0 0.24 0.39 0.31
HSL 23.48º 0.3% 0.55% -
HSV(B) 23.48º 0.39% 0.69% -
XYZ 28.67 26.93 17.32 -
YUV 142.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 175 133 106 0 0.24 0.39 0.31 23.48 0.3 0.55
Hex AF 85 6A 0 18 27 1F 17 1E 37
Octal 257 205 152 0 30 47 37 27 36 67
Binary 10101111 10000101 1101010 0 11000 100111 11111 10111 11110 110111

Color Harmonies of #AF856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF856A

Black with #AF856A

Text Example


Text Example

White with #AF856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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